Class ImageData
Class ImageData
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.3.0)
Information about processed / recognized image.
public class ImageData
Inheritance
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
Properties
Filters
Image preprocessing to improve the accuracy of OCR.
public PreprocessingFilter Filters { get; set; }
Property Value
Height
Height of the image.
public int Height { get; set; }
Property Value
Source
The full path to the file or URL, if any. Empty for streams, byte arrays, base64.
public string Source { get; set; }
Property Value
Type
The type of the ImageData content.
public InputType Type { get; set; }
Property Value
Width
Width of the image.
public int Width { get; set; }