Class ImageData

Class ImageData

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

Information about processed / recognized image.

public class ImageData

Inheritance

objectImageData

Inherited Members

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

Fields

Stream

Image in stream.

public MemoryStream Stream

Field Value

MemoryStream

Properties

Filters

Image preprocessing to improve the accuracy of OCR.

public PreprocessingFilter Filters { get; set; }

Property Value

PreprocessingFilter

Height

Height of the image.

public int Height { get; set; }

Property Value

int

Source

The full path to the file or URL, if any. Empty for streams, byte arrays, base64.

public string Source { get; set; }

Property Value

string

Type

The type of the ImageData content.

public InputType Type { get; set; }

Property Value

InputType

Width

Width of the image.

public int Width { get; set; }

Property Value

int

 English