CharacterRecognitionResult

CharacterRecognitionResult class

Pages with detected characters data.

The CharacterRecognitionResult type exposes the following members:

Constructors

NameDescription
CharacterRecognitionResult()Initializes a new instance of the CharacterRecognitionResult class

Properties

NameDescription
sourceThe full path to the file or URL, if any. Empty for streams, byte arrays, base64.
pagePage number.
image_indexSequence number of the image on the page.
charactersData about detected characters on the page.

See Also