Class ImageData
Class ImageData
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
关于处理/识别的图像的信息。
public class ImageData
继承
继承成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
字段
过滤器
图像预处理以提高 OCR 的准确性。
public PreprocessingFilter Filters
字段值
高度
图像的高度。
public int Height
字段值
来源
文件或 URL 的完整路径(如果有)。对于流、字节数组、base64 为空。
public string Source
字段值
流
流中的图像。
public MemoryStream Stream
字段值
类型
ImageData 内容的类型。
public InputType Type
字段值
宽度
图像的宽度。
public int Width