Skip to content

Latest commit

 

History

History
216 lines (116 loc) · 4.34 KB

PhoneNumberAnnotation.md

File metadata and controls

216 lines (116 loc) · 4.34 KB

@affinda/affinda / Exports / PhoneNumberAnnotation

Interface: PhoneNumberAnnotation

Hierarchy

Table of contents

Properties

Properties

classificationConfidence

classificationConfidence: null | number

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

Inherited from

Annotation.classificationConfidence


confidence

confidence: null | number

The overall confidence that the model's prediction is correct

Inherited from

Annotation.confidence


contentType

contentType: string

The different data types of annotations

Inherited from

Annotation.contentType


dataPoint

dataPoint: string

Data point's identifier

Inherited from

Annotation.dataPoint


document

document: string

Unique identifier for the document

Inherited from

Annotation.document


id

id: number

Annotation's ID

Inherited from

Annotation.id


isAutoVerified

isAutoVerified: boolean

Indicates whether the data has been auto-validated

Inherited from

Annotation.isAutoVerified


isClientVerified

isClientVerified: boolean

Indicates whether the data has been validated by a human

Inherited from

Annotation.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

Annotation.isVerified


pageIndex

pageIndex: null | number

The page number within the document, starting from 0.

Inherited from

Annotation.pageIndex


parent

Optional parent: number

The parent annotation's ID

Inherited from

Annotation.parent


parsed

Optional parsed: PhoneNumberAnnotationParsed


raw

raw: null | string

Raw data extracted from the before any post-processing

Inherited from

Annotation.raw


rectangle

rectangle: null | Rectangle

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

Inherited from

Annotation.rectangle


rectangles

rectangles: Rectangle[]

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

Inherited from

Annotation.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

Annotation.textExtractionConfidence