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
ImageIndex
Číslo sekvencie obrazu na stránke.
public int ImageIndex { get; set; }
Hodnota nehnuteľnosti
Page
Číslo stránky .
public int Page { get; set; }
Hodnota nehnuteľnosti
Source
Úplná cesta k súboru alebo URL, ak existuje. prázdny pre toky, byte arrays, base64.
public string Source { get; set; }