Class RectangleOutput

Class RectangleOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

Dati sulle aree di testo o linee rilevate.

public class RectangleOutput

Ereditarietà

objectRectangleOutput

Membri Ereditati

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

Costruttori

RectangleOutput()

public RectangleOutput()

Campi

ImageIndex

Numero di sequenza dell’immagine nella pagina.

public int ImageIndex

Valore del Campo

int

Page

Numero di pagina.

public int Page

Valore del Campo

int

Rectangles

Elenco delle aree di testo o linee rilevate.

public List<rectangle> Rectangles

Valore del Campo

List<rectangle>

Source

Il percorso completo del file o URL, se presente. Vuoto per flussi, array di byte, base64.

public string Source

Valore del Campo

string

 Italiano