DocumentAnnotation interface

A visual annotation element in the document, such as a check mark or cross.

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

Inherited From HasBoundingPolygon.polygon