Models a link to a CDF Asset referenced in an image

interface AnnotationsTypesImagesAssetLink {
    assetRef: AnnotationsAssetRef;
    confidence?: number;
    objectRegion?: AnnotationsTypesPrimitivesGeometry2DGeometry;
    text: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

The asset this annotation is pointing to

confidence?: number

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

0

1

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 asset