Class ImageData

Class ImageData

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

关于处理/识别的图像的信息。

public class ImageData

继承

objectImageData

继承成员

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

字段

过滤器

图像预处理以提高 OCR 的准确性。

public PreprocessingFilter Filters

字段值

PreprocessingFilter

高度

图像的高度。

public int Height

字段值

int

来源

文件或 URL 的完整路径(如果有)。对于流、字节数组、base64 为空。

public string Source

字段值

string

流中的图像。

public MemoryStream Stream

字段值

MemoryStream

类型

ImageData 内容的类型。

public InputType Type

字段值

InputType

宽度

图像的宽度。

public int Width

字段值

int

 中文