capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class WordBox

    Structure containing recognized word text and bounds.

    Index

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<WordBox>

      Returns WordBox

    Properties

    boundingRect: Rectangle

    Bounding rectangle of the recognized word.

    recognitionConfidence: number

    Confidence of the recognition.

    Default is 0.0

    text: string

    Recognized word text.

    Methods

    • Parameters

      Returns {
          boundingRect?: Rectangle;
          recognitionConfidence?: number;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly text?: string | undefined; readonly boundingRect?: Rectangle | undefined; readonly recognitionConfidence?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          text?: string;
      }

      • Optional ReadonlyboundingRect?: Rectangle

        Bounding rectangle of the recognized word.

      • Optional ReadonlyrecognitionConfidence?: number

        Confidence of the recognition.

        Default is 0.0

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly text?: string | undefined; readonly boundingRect?: Rectangle | undefined; readonly recognitionConfidence?: number | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
      • Optional Readonlytext?: string

        Recognized word text.