DocumentParagraph クラス
段落オブジェクトは、通常、共通の配置と間隔を持つ連続した行で構成されます。
バージョン 2023-07-31 の新機能: formulaBlock ロール。
- 継承
-
builtins.objectDocumentParagraph
コンストラクター
DocumentParagraph(**kwargs: Any)
メソッド
from_dict |
DocumentParagraph の図形のディクテーションをモデル自体に変換します。 |
to_dict |
DocumentParagraph の dict 表現を返します。 |
from_dict
DocumentParagraph の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict) -> DocumentParagraph
パラメーター
戻り値
DocumentParagraph
の戻り値の型 :
to_dict
属性
bounding_regions
段落をカバーする境界領域。
bounding_regions: List[BoundingRegion] | None
content
段落のコンテンツを読み取り順に連結しました。
content: str
role
"pageHeader"、"pageFooter"、"pageNumber"、"title"、"sectionHeading"、"footnote"、"formulaBlock"
role: str | None
spans
読み取り順序の連結されたコンテンツ内の段落の場所。
spans: List[DocumentSpan]
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python