Class CharacterRecognitionResult
Class CharacterRecognitionResult
Nazwa przestrzeń: Aspose.OCR Zgromadzenie: Aspose.OCR.dll (25.4.0)
Strony z zidentyfikowanymi znakami danych.
public class CharacterRecognitionResult
Inheritance
object ← CharacterRecognitionResult
Dziedziczeni członkowie
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
Dane dotyczące zidentyfikowanych znaków na stronie.
public List<character> Characters { get; set; }
Wartość nieruchomości
ImageIndex
Numer sekwencji obrazu na stronie.
public int ImageIndex { get; set; }
Wartość nieruchomości
Page
Numer strony .
public int Page { get; set; }
Wartość nieruchomości
Source
Pełna ścieżka do pliku lub adresu URL, jeśli istnieje. Puste dla strumieni, rzęsy bytu, base64.
public string Source { get; set; }