Class RectangleOutput
Class RectangleOutput
Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)
Údaje o zistených textových oblastiach alebo líniách.
public class RectangleOutput
Inheritance
Z dedičných členov
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
Číslo sekvencie obrazu na stránke.
public int ImageIndex { get; set; }
Hodnota nehnuteľnosti
Page
Číslo stránky .
public int Page { get; set; }
Hodnota nehnuteľnosti
Rectangles
Zoznam zistených textových oblastí alebo riadkov.
public List<rectangle> Rectangles { get; set; }
Hodnota nehnuteľnosti
Source
Úplná cesta k súboru alebo URL, ak existuje. prázdny pre toky, byte arrays, base64.
public string Source { get; set; }