Class RectangleOutput
Class RectangleOutput
Το όνομα: Aspose.OCR Συγκέντρωση: Aspose.OCR.dll (25.4.0)
Δεδομένα σχετικά με τις εντοπισμένες περιοχές ή γραμμές κειμένου.
public class RectangleOutput
Inheritance
Κληρονομημένα μέλη
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
Αριθμός ακολουθίας της εικόνας στη σελίδα.
public int ImageIndex { get; set; }
Αξία ιδιοκτησίας
Page
Ο αριθμός της σελίδας.
public int Page { get; set; }
Αξία ιδιοκτησίας
Rectangles
Κατάλογος των εντοπισμένων περιοχών ή γραμμών κειμένου.
public List<rectangle> Rectangles { get; set; }
Αξία ιδιοκτησίας
Source
Το πλήρες μονοπάτι για το αρχείο ή το URL, αν υπάρχει. κενό για ρεύματα, γραμμές byte, base64.
public string Source { get; set; }