Class CharacterRecognitionResult

Class CharacterRecognitionResult

Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)

Stránky s identifikovanými údajmi znakov.

public class CharacterRecognitionResult

Inheritance

object CharacterRecognitionResult

Z dedičných členov

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

Constructors

CharacterRecognitionResult()

public CharacterRecognitionResult()

Properties

Characters

Údaje o zistených znakoch na stránke.

public List<character> Characters { get; set; }

Hodnota nehnuteľnosti

List < Character >

ImageIndex

Číslo sekvencie obrazu na stránke.

public int ImageIndex { get; set; }

Hodnota nehnuteľnosti

int

Page

Číslo stránky .

public int Page { get; set; }

Hodnota nehnuteľnosti

int

Source

Úplná cesta k súboru alebo URL, ak existuje. prázdny pre toky, byte arrays, base64.

public string Source { get; set; }

Hodnota nehnuteľnosti

string

 Slovenčina