Class RectangleOutput
Class RectangleOutput
Nama dari : Aspose.OCR Perhitungan: Aspose.OCR.dll (25.4.0)
Data tentang area atau garis teks yang ditemukan.
public class RectangleOutput
Inheritance
anggota yang diwarisi
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
RectangleOutput()
public RectangleOutput()
Properties
ImageIndex
Nombor sekuensi dari gambar di halaman.
public int ImageIndex { get; set; }
Nilai Properti
Page
Nomor halaman .
public int Page { get; set; }
Nilai Properti
Rectangles
Daftar area atau garis teks yang ditemukan.
public List<rectangle> Rectangles { get; set; }
Nilai Properti
Source
Jalan penuh ke file atau URL, jika ada. kosong untuk arus, arus byte, base64.
public string Source { get; set; }