Models an extracted text region in an image

interface AnnotationsTextRegion {
    confidence?: number;
    text: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

confidence?: number

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

0

1

text: string

The extracted text

The location of the extracted text