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

List • < Character >

ImageIndex

Numer sekwencji obrazu na stronie.

public int ImageIndex { get; set; }

Wartość nieruchomości

int

Page

Numer strony .

public int Page { get; set; }

Wartość nieruchomości

int

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; }

Wartość nieruchomości

string

 Polski