Interface AnnotationsTypesImagesInstanceLink

Models a link to an Data Modeling Instance referenced in an image

interface AnnotationsTypesImagesInstanceLink {
    confidence?: number;
    instanceRef: AnnotationsInstanceRef;
    objectRegion?: AnnotationsTypesPrimitivesGeometry2DGeometry;
    text: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

confidence?: number

The confidence score for the primitive. It should be between 0 and 1.

0

1

The Data Modeling Instance this annotation is pointing to

A geometry represented by exactly one of bounding_box, polygon and polyline which, respectively, represents a BoundingBox, Polygon and PolyLine.

text: string

The extracted text

The location of the text mentioning the Data Modeling Instance