Class RectangleOutput
Class RectangleOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
关于检测到的文本区域或行的数据。
public class RectangleOutput
继承
继承的成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
RectangleOutput()
public RectangleOutput()
字段
ImageIndex
页面上图像的序列号。
public int ImageIndex
字段值
Page
页码。
public int Page
字段值
Rectangles
检测到的文本区域或行的列表。
public List<rectangle> Rectangles
字段值
List<rectangle>
Source
文件或 URL 的完整路径(如果有)。对于流、字节数组、base64 为空。
public string Source
字段值
string </rectangle>