你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentCaptionOutput interface

描述表或图形的描述文字对象。

属性

boundingRegions

覆盖描述文字的边界区域。

content

描述文字的内容。

elements

描述文字的子元素。

spans

读取顺序中串联内容的描述文字的位置。

属性详细信息

boundingRegions

覆盖描述文字的边界区域。

boundingRegions?: BoundingRegionOutput[]

属性值

content

描述文字的内容。

content: string

属性值

string

elements

描述文字的子元素。

elements?: string[]

属性值

string[]

spans

读取顺序中串联内容的描述文字的位置。

spans: DocumentSpanOutput[]

属性值