你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DocumentCaption interface
An object representing the location and content of a table caption.
Properties
bounding |
Bounding regions covering the table caption. |
content | Table caption content. |
spans | Location of the table caption in the reading order concatenated content. |
Property Details
boundingRegions
Bounding regions covering the table caption.
boundingRegions?: BoundingRegion[]
Property Value
content
Table caption content.
content: string
Property Value
string
spans
Location of the table caption in the reading order concatenated content.
spans: DocumentSpan[]