Structure containing recognized symbol text and bounds.

Hierarchy (view full)

Constructors

Properties

boundingRect: Rectangle

Bounding rectangle of the recognized symbol.

recognitionConfidence: number

Confidence of the recognition.

symbol: string

Recognized symbol text.

Methods

  • Parameters

    Returns {
        boundingRect?: {
            height?: number;
            width?: number;
            x?: number;
            y?: number;
        };
        recognitionConfidence?: number;
        symbol?: string;
        serialize?: any;
    }

    • Optional Readonly boundingRect?: {
          height?: number;
          width?: number;
          x?: number;
          y?: number;
      }

      Bounding rectangle of the recognized symbol.

      • Optional height?: number
      • Optional width?: number
      • Optional x?: number
      • Optional y?: number
    • Optional Readonly recognitionConfidence?: number

      Confidence of the recognition.

    • Optional Readonly symbol?: string

      Recognized symbol text.