DocumentAnnotation interface
A visual annotation element in the document, such as a check mark or cross.
- Extends
Properties
confidence | Confidence of correctly extracting the annotation. |
Inherited Properties
polygon | Bounding polygon of the entity. |
Property Details
confidence
Confidence of correctly extracting the annotation.
confidence: number
Property Value
number
Inherited Property Details
polygon
Bounding polygon of the entity.
polygon?: Point2D[]
Property Value
Point2D[]
Inherited From HasBoundingPolygon.polygon