次の方法で共有


DocumentWord クラス

連続した文字シーケンスで構成される単語オブジェクト。 中国語、日本語、韓国語などのスペースで区切られた言語以外の言語の場合、各文字は独自の単語として表されます。

継承
builtins.object
DocumentWord

コンストラクター

DocumentWord(**kwargs: Any)

メソッド

from_dict

DocumentWord の図形のディクテーションをモデル自体に変換します。

to_dict

DocumentWord の dict 表現を返します。

from_dict

DocumentWord の図形のディクテーションをモデル自体に変換します。

from_dict(data: Dict) -> DocumentWord

パラメーター

名前 説明
data
必須

DocumentWord の形の辞書。

戻り値

説明

DocumentWord

to_dict

DocumentWord の dict 表現を返します。

to_dict() -> Dict

戻り値

説明

dict

属性

confidence

単語を正しく抽出する信頼度。

confidence: float

content

単語のテキスト コンテンツ。

content: str

polygon

単語の境界ポリゴン。

polygon: Sequence[Point]

span

読み取り順序の連結されたコンテンツ内の単語の場所。

span: DocumentSpan