Class RectangleOutput

Class RectangleOutput

名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)

数据发现的文本区域或线条。

public class RectangleOutput

Inheritance

object RectangleOutput

继承人

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

页面上的图像序列号。

public int ImageIndex { get; set; }

财产价值

int

Page

页数。

public int Page { get; set; }

财产价值

int

Rectangles

发现的文本区域或行列表。

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

财产价值

List

Source

完整的路径到文件或URL,如果有. 空流,字符串, base64.

public string Source { get; set; }

财产价值

string

 中文