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

object RectangleOutput

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

int

Page

Nomor halaman .

public int Page { get; set; }

Nilai Properti

int

Rectangles

Daftar area atau garis teks yang ditemukan.

public List<rectangle> Rectangles { get; set; }

Nilai Properti

List

Source

Jalan penuh ke file atau URL, jika ada. kosong untuk arus, arus byte, base64.

public string Source { get; set; }

Nilai Properti

string

 Indonesia