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

DocumentSelectionMarkOutput interface

一个选择标记对象,表示检查框、单选按钮和其他指示选择的元素。

属性

confidence

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

polygon

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

span

选择标记在阅读顺序串联内容中的位置。

state

选择标记的状态。

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

属性详细信息

confidence

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

confidence: number

属性值

number

polygon

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

polygon?: number[]

属性值

number[]

span

选择标记在阅读顺序串联内容中的位置。

span: DocumentSpanOutput

属性值

state

选择标记的状态。

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

state: string

属性值

string