Class DefectOutput
Class DefectOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
图像中识别出的缺陷区域。
public class DefectOutput
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
DefectOutput()
public DefectOutput()
字段
Page
页码。
public int Page
字段值
Source
文件或 URL 的完整路径(如果有)。对于流、字节数组和 Base64 编码的文件为空。
public string Source
字段值
defectAreas
图像缺陷及其发现区域的列表。
public List<defectareas> defectAreas
字段值
List<DefectAreas>