Class CharacterRecognitionResult

Class CharacterRecognitionResult

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

Pages with detected characters data.

public class CharacterRecognitionResult

Inheritance

objectCharacterRecognitionResult

Inherited Members

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

Constructors

CharacterRecognitionResult()

public CharacterRecognitionResult()

Fields

Characters

Data about detected characters on the page.

public List<character> Characters

Field Value

List<Character&gt;

ImageIndex

Sequence number of the image on the page.

public int ImageIndex

Field Value

int

Page

Page number.

public int Page

Field Value

int

Source

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

public string Source

Field Value

string

 English