Skip to content

Latest commit

 

History

History
222 lines (119 loc) · 4.98 KB

InvoiceDataSupplierVat.md

File metadata and controls

222 lines (119 loc) · 4.98 KB

@affinda/affinda / Exports / InvoiceDataSupplierVat

Interface: InvoiceDataSupplierVat

Hierarchy

Table of contents

Properties

Properties

classificationConfidence

classificationConfidence: null | number

The model's confidence that the text has been classified correctly

Inherited from

TextAnnotation.classificationConfidence


confidence

confidence: null | number

The overall confidence that the model's prediction is correct

Inherited from

TextAnnotation.confidence


contentType

contentType: string

The different data types of annotations

Inherited from

TextAnnotation.contentType


dataPoint

dataPoint: string

Data point's identifier

Inherited from

TextAnnotation.dataPoint


document

document: string

Unique identifier for the document

Inherited from

TextAnnotation.document


id

id: number

Annotation's ID

Inherited from

TextAnnotation.id


isAutoVerified

isAutoVerified: boolean

Indicates whether the data has been auto-validated

Inherited from

TextAnnotation.isAutoVerified


isClientVerified

isClientVerified: boolean

Indicates whether the data has been validated by a human

Inherited from

TextAnnotation.isClientVerified


isVerified

isVerified: boolean

Indicates whether the data has been validated, either by a human using our validation tool or through auto-validation rules

Inherited from

TextAnnotation.isVerified


pageIndex

pageIndex: null | number

The page number within the document, starting from 0.

Inherited from

TextAnnotation.pageIndex


parent

Optional parent: number

The parent annotation's ID

Inherited from

TextAnnotation.parent


parsed

Optional parsed: string

Inherited from

ComponentsB3U7OaSchemasInvoicedataPropertiesSuppliervatAllof1.parsed


raw

raw: null | string

Raw data extracted from the before any post-processing

Inherited from

ComponentsB3U7OaSchemasInvoicedataPropertiesSuppliervatAllof1.raw


rectangle

rectangle: null | Rectangle

x/y coordinates for the rectangular bounding box containing the data

Inherited from

TextAnnotation.rectangle


rectangles

rectangles: Rectangle[]

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

Inherited from

TextAnnotation.rectangles


textExtractionConfidence

textExtractionConfidence: null | number

If the document was submitted as an image, this is the confidence that the text in the image has been correctly read by the model

Inherited from

TextAnnotation.textExtractionConfidence