Class ImageData

Class ImageData

名称: Aspose.OCR 集合: Aspose.OCR.dll (25.4.0)

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

public class ImageData

Inheritance

object ImageData

继承人

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

Fields

Stream

图片在流。

public MemoryStream Stream

领域价值

MemoryStream

Properties

Filters

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

public PreprocessingFilter Filters { get; set; }

财产价值

PreprocessingFilter

Height

图像的高度。

public int Height { get; set; }

财产价值

int

Source

完整的路径到文件或URL,如果有. 空流,字符串, base64.

public string Source { get; set; }

财产价值

string

Type

图像数据内容的类型。

public InputType Type { get; set; }

财产价值

InputType

Width

图像的宽度。

public int Width { get; set; }

财产价值

int

 中文