Class RectangleOutput
Class RectangleOutput
Il nome: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)
Dati sulle aree o linee di testo rilevate.
public class RectangleOutput
Inheritance
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à
Page
Numero di pagina.
public int Page { get; set; }
Valore di proprietà
Rectangles
Elenco delle aree o linee di testo rilevate.
public List<rectangle> Rectangles { get; set; }
Valore di proprietà
Source
Il percorso completo per il file o l’URL, se c’è. vuoto per i flussi, array byte, base64.
public string Source { get; set; }