Class RectangleOutput

Class RectangleOutput

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

検出されたテキスト領域または行に関するデータ。

public class RectangleOutput

継承

objectRectangleOutput

継承されたメンバー

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

コンストラクター

RectangleOutput()

public RectangleOutput()

フィールド

ImageIndex

ページ上の画像のシーケンス番号。

public int ImageIndex

フィールド値

int

Page

ページ番号。

public int Page

フィールド値

int

Rectangles

検出されたテキスト領域または行のリスト。

public List<rectangle> Rectangles

フィールド値

List<rectangle>

Source

ファイルまたはURLへのフルパス(あれば)。ストリーム、バイト配列、base64の場合は空。

public string Source

フィールド値

string </rectangle>

 日本語