Skip to content

Latest commit

 

History

History
89 lines (49 loc) · 1.62 KB

AnnotationCreate.md

File metadata and controls

89 lines (49 loc) · 1.62 KB

@affinda/affinda / Exports / AnnotationCreate

Interface: AnnotationCreate

Table of contents

Properties

Properties

dataPoint

dataPoint: string

Data point's identifier


document

document: string

Unique identifier for the document


isClientVerified

Optional isClientVerified: boolean

Indicates whether the data has been validated by a human


pageIndex

pageIndex: null | number

The page number within the document, starting from 0.


parent

Optional parent: number

The parent annotation's ID


parsed

Optional parsed: any

Anything


raw

Optional raw: string

Raw data extracted from the before any post-processing


rectangles

Optional rectangles: Rectangle[]

x/y coordinates for the rectangles containing the data. An annotation can be contained within multiple rectangles.


validationResults

Optional validationResults: (null | ChangedValidationResults)[]

The validation results created, changed or deleted as a result of creating the annotation.