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

    Class CharacterLevelAnnotations

    Character level annotations, contains information about each character in the document.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    List of character level annotations.

    apiVersion: string

    Version of the model and code used to generate the annotations.

    Methods

    • Parameters

      Returns {
          annotations?: {
              contrast?: number;
              fontSize?: number;
              ocrability?: number;
              orientation?: number;
              orientationDeviation?: number;
              orientationNormalized?: number;
              plotCenter?: Point;
              plotHeight?: number;
              plotWidth?: number;
              serialize?: (
                  config?: ToJsonConfiguration,
              ) => { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
          }[];
          apiVersion?: string;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly annotations?: { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }[] | undefined; readonly apiVe...;
      }

      • Optional Readonlyannotations?: {
            contrast?: number;
            fontSize?: number;
            ocrability?: number;
            orientation?: number;
            orientationDeviation?: number;
            orientationNormalized?: number;
            plotCenter?: Point;
            plotHeight?: number;
            plotWidth?: number;
            serialize?: (
                config?: ToJsonConfiguration,
            ) => { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
        }[]

        List of character level annotations.

      • Optional ReadonlyapiVersion?: string

        Version of the model and code used to generate the annotations.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly annotations?: { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }[] | undefined; readonly apiVe...