Class WordBox

Structure containing recognized word text and bounds.

Constructors

  • Parameters

    • source: DeepPartial<WordBox> = {}

    Returns WordBox

Properties

boundingRect: Rectangle

Bounding rectangle of the recognized word.

recognitionConfidence: number = 0.0

Confidence of the recognition.

Default is 0.0

text: string

Recognized word text.