LayoutOutput

Inheritance: java.lang.Object

public class LayoutOutput

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

コンストラクタ

コンストラクタ説明
LayoutOutput()

フィールド

フィールド説明
captions検出されたキャプション。
equations検出された数式。
headers検出されたヘッダー。
images検出された画像/イラスト。
lists検出されたリスト。
pageページ番号です。
paragraphs検出された段落。
sourceファイルまたは URL のフルパス(該当する場合)。
tables検出された表。

LayoutOutput()

public LayoutOutput()

captions

public ArrayList<ContentArea> captions

検出されたキャプション。

equations

public ArrayList<ContentArea> equations

検出された数式。

headers

public ArrayList<ContentArea> headers

検出されたヘッダー。

images

public ArrayList<ContentArea> images

検出された画像/イラスト。

lists

public ArrayList<ContentArea> lists

検出されたリスト。

page

public int page

ページ番号です。

paragraphs

public ArrayList<ContentArea> paragraphs

検出された段落。

source

public String source

ファイルまたは URL の完全パス(該当する場合)。ストリーム、バイト配列、Base64 の場合は空です。

tables

public ArrayList<ContentArea> tables

検出された表。