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

DocumentSelectionMark interface

A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.

Extends

Properties

confidence

Confidence of correctly extracting the selection mark.

span

Location of the selection mark in the reading order concatenated content.

state

State of the selection mark.

Inherited Properties

polygon

Bounding polygon of the entity.

Property Details

confidence

Confidence of correctly extracting the selection mark.

confidence: number

Property Value

number

span

Location of the selection mark in the reading order concatenated content.

span: DocumentSpan

Property Value

state

State of the selection mark.

state: string

Property Value

string

Inherited Property Details

polygon

Bounding polygon of the entity.

polygon?: Point2D[]

Property Value

Inherited From HasBoundingPolygon.polygon