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
Point2D[]
Inherited From HasBoundingPolygon.polygon