Class RectangleOutput
Class RectangleOutput
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
Data o detekovaných textových oblastech nebo řádcích.
public class RectangleOutput
Dědičnost
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
RectangleOutput()
public RectangleOutput()
Pole
ImageIndex
Sekvenční číslo obrázku na stránce.
public int ImageIndex
Hodnota pole
Page
Číslo stránky.
public int Page
Hodnota pole
Rectangles
Seznam detekovaných textových oblastí nebo řádků.
public List<rectangle> Rectangles
Hodnota pole
List<rectangle>
Source
Úplná cesta k souboru nebo URL, pokud existuje. Prázdné pro proudy, pole bajtů, base64.
public string Source
Hodnota pole
string </rectangle>