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

DocumentSelectionMarkOutput interface

表示复选框、单选按钮和其他指示所选内容的元素的选择标记对象。

属性

confidence

正确提取选择标记的置信度。

polygon

所选标记的边界多边形,其坐标相对于页面左上角指定。 这些数字表示多边形顶点的 x、y 值,相对于元素方向从左侧顺时针(-180 度(含度)。

span

阅读顺序中所选内容的位置。

state

选择标记的状态。

可能的值:“selected”、“unselected”

属性详细信息

confidence

正确提取选择标记的置信度。

confidence: number

属性值

number

polygon

所选标记的边界多边形,其坐标相对于页面左上角指定。 这些数字表示多边形顶点的 x、y 值,相对于元素方向从左侧顺时针(-180 度(含度)。

polygon?: number[]

属性值

number[]

span

阅读顺序中所选内容的位置。

span: DocumentSpanOutput

属性值

state

选择标记的状态。

可能的值:“selected”、“unselected”

state: string

属性值

string