Class CharacterRecognitionResult

Class CharacterRecognitionResult

Název místa: Aspose.OCR Sbírka: Aspose.OCR.dll (25.4.0)

Stránky s detekovanými znaky dat.

public class CharacterRecognitionResult

Inheritance

object CharacterRecognitionResult

Dědiční č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 zjištěných znakech na stránce.

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

Hodnota nemovitosti

List < Character >

ImageIndex

slo sekvence obrazu na stránce.

public int ImageIndex { get; set; }

Hodnota nemovitosti

int

Page

slo stránky.

public int Page { get; set; }

Hodnota nemovitosti

int

Source

Celá cesta k souboru nebo URL, pokud ano. prázdný pro toky, byty, base64.

public string Source { get; set; }

Hodnota nemovitosti

string

 Čeština