DocumentParagraph 클래스
일반적으로 공통 맞춤 및 간격이 있는 연속선으로 구성된 단락 개체입니다.
버전 2023-07-31의 새로운 기능: formulaBlock 역할입니다.
- 상속
-
builtins.objectDocumentParagraph
생성자
DocumentParagraph(**kwargs: Any)
메서드
from_dict |
DocumentParagraph 셰이프의 받아쓰기를 모델 자체로 변환합니다. |
to_dict |
DocumentParagraph의 받아쓰기 표현을 반환합니다. |
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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python