Class LayoutOutput

Class LayoutOutput

名称: Aspose.OCR 組み合わせ: Aspose.OCR.dll (25.4.0)

画像で検出されたコンテンツの領域に関する情報。

public class LayoutOutput

Inheritance

object LayoutOutput

相続人

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

Constructors

LayoutOutput()

public LayoutOutput()

Properties

Captions

キャプテン発見

public List<contentarea> Captions { get; set; }

不動産価値

List < ContentArea >

Equations

見つけた方程式

public List<contentarea> Equations { get; set; }

不動産価値

List < ContentArea >

Headers

発見されたヘッド

public List<contentarea> Headers { get; set; }

不動産価値

List < ContentArea >

Images

画像/イラストが見つかりました。

public List<contentarea> Images { get; set; }

不動産価値

List < ContentArea >

Lists

発見リスト

public List<contentarea> Lists { get; set; }

不動産価値

List < ContentArea >

Page

マルチページ画像のページ番号

public int Page { get; set; }

不動産価値

int

Paragraphs

発見された段落

public List<contentarea> Paragraphs { get; set; }

不動産価値

List < ContentArea >

Source

ファイルまたはURLへの完全なルートは、適用される場合 空の画像は、ストリーム、バイトレイヤー、またはBase64として提供されます。

public string Source { get; set; }

不動産価値

string

Tables

検出テーブル

public List<contentarea> Tables { get; set; }

不動産価値

List < ContentArea >

 日本語