Class SymbolBox

Structure containing recognized symbol text and bounds.

Constructors

  • Parameters

    • source: DeepPartial<SymbolBox> = {}

    Returns SymbolBox

Properties

boundingRect: Rectangle

Bounding rectangle of the recognized symbol.

recognitionConfidence: number

Confidence of the recognition.

symbol: string

Recognized symbol text.