FormTableCell クラス
- java.
lang. Object - com.
azure. ai. formrecognizer. models. FormElement - com.
azure. ai. formrecognizer. models. FormTableCell
- com.
- com.
public final class FormTableCell
extends FormElement
入力ドキュメントから認識されるテーブルに含まれるセルを表します。
コンストラクターの概要
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Field |
getBoundingBox()
要素の |
int |
getColumnIndex()
セルの列インデックスを取得します。 |
int |
getColumnSpan()
このセルにまたがる列の数を取得します。 |
float |
getConfidence()
セルの認識されたテキストの信頼度値を取得します。 |
List<Form |
getFieldElements()
include |
int |
getPageNumber()
入力ドキュメントの 1 から始まるページ番号を取得します。 |
int |
getRowIndex()
セルの行インデックスを取得します。 |
int |
getRowSpan()
このセルにまたがる行の数を取得します。 |
String |
getText()
フォーム要素のテキスト コンテンツ。 |
boolean |
isFooter()
現在のセルにフッター セルがある場合は、ブール値を取得します。 |
boolean |
isHeader()
現在のセルがヘッダー セルの場合はブール値を取得します。 |
メソッドの継承元: FormElement
メソッドの継承元: java.lang.Object
コンストラクターの詳細
FormTableCell
public FormTableCell(int rowIndex, int columnIndex, int rowSpan, int columnSpan, String text, FieldBoundingBox boundingBox, float confidence, boolean isHeader, boolean isFooter, int pageNumber, List
FormTableCell オブジェクトを構築します。
Parameters:
メソッドの詳細
getBoundingBox
public FieldBoundingBox getBoundingBox()
要素の BoundingBox プロパティ。
Overrides:
FormTableCell.getBoundingBox()getColumnIndex
public int getColumnIndex()
セルの列インデックスを取得します。
Returns:
getColumnSpan
public int getColumnSpan()
このセルにまたがる列の数を取得します。
Returns:
getConfidence
public float getConfidence()
セルの認識されたテキストの信頼度値を取得します。
Returns:
getFieldElements
public List
includeFieldElements が true に設定されている場合、このテーブル セルを構成する要素への参照の一覧を取得します。
Returns:
getPageNumber
public int getPageNumber()
入力ドキュメントの 1 から始まるページ番号を取得します。
Overrides:
FormTableCell.getPageNumber()getRowIndex
public int getRowIndex()
セルの行インデックスを取得します。
Returns:
getRowSpan
public int getRowSpan()
このセルにまたがる行の数を取得します。
Returns:
getText
public String getText()
フォーム要素のテキスト コンテンツ。
Overrides:
FormTableCell.getText()isFooter
public boolean isFooter()
現在のセルにフッター セルがある場合は、ブール値を取得します。
Returns:
isHeader
public boolean isHeader()
現在のセルがヘッダー セルの場合はブール値を取得します。
Returns:
適用対象
Azure SDK for Java