Class RectangleOutput
Class RectangleOutput
Nazwa przestrzeń: Aspose.OCR Zgromadzenie: Aspose.OCR.dll (25.4.0)
Dane dotyczące zidentyfikowanych obszarów tekstowych lub linii.
public class RectangleOutput
Inheritance
Dziedziczeni członkowie
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
Numer sekwencji obrazu na stronie.
public int ImageIndex { get; set; }
Wartość nieruchomości
Page
Numer strony .
public int Page { get; set; }
Wartość nieruchomości
Rectangles
Lista zidentyfikowanych obszarów tekstowych lub linii.
public List<rectangle> Rectangles { get; set; }
Wartość nieruchomości
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; }