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