Class RectangleOutput

Class RectangleOutput

Le nom : Aspose.OCR Assemblée: Aspose.OCR.dll (25.4.0)

Dati sulle aree o linee di testo rilevate.

public class RectangleOutput

Inheritance

object RectangleOutput

I membri ereditari

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

Constructors

RectangleOutput()

public RectangleOutput()

Properties

ImageIndex

Numero di sequenza dell’immagine sulla pagina.

public int ImageIndex { get; set; }

Valore di proprietà

int

Page

Numero di pagina.

public int Page { get; set; }

Valore di proprietà

int

Rectangles

Elenco delle aree o linee di testo rilevate.

public List<rectangle> Rectangles { get; set; }

Valore di proprietà

List

Source

Il percorso completo per il file o l’URL, se c’è. vuoto per i flussi, array byte, base64.

public string Source { get; set; }

Valore di proprietà

string

 Français