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への完全なルートは、いずれにせよ. ストリーム、バイトのルート、 base64.
public string Source { get; set; }