Interface AnnotationsUnhandledTextObject

Models an extracted text region in an engineering diagram

interface AnnotationsUnhandledTextObject {
    description?: string;
    pageNumber?: number;
    text: string;
    textRegion: AnnotationsBoundingBox;
}

Properties

description?: string

The description of a primitive

pageNumber?: number

The number of the page on which this annotation is located. The first page has number 1.

1

100000

text: string

The extracted text

The location of the text