ImageData

ImageData class

Information about processed / recognized image.

public class ImageData

Properties

NameDescription
Filters { get; set; }Image preprocessing to improve the accuracy of OCR.
Height { get; set; }Height of the image.
Source { get; set; }The full path to the file or URL, if any. Empty for streams, byte arrays, base64.
Type { get; set; }The type of the ImageData content.
Width { get; set; }Width of the image.

Fields

NameDescription
StreamImage in stream.

See Also