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

    Class OcrConfigsResult

    OCR configurations result.

    Index

    Constructors

    Properties

    installedLanguages: string[]

    The list of installed OCR languages.

    languageDataPath: string

    The OCR languages data path.

    Methods

    • Parameters

      Returns {
          installedLanguages?: string[];
          languageDataPath?: string;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly languageDataPath?: string | undefined; readonly installedLanguages?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional ReadonlyinstalledLanguages?: string[]

        The list of installed OCR languages.

      • Optional ReadonlylanguageDataPath?: string

        The OCR languages data path.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly languageDataPath?: string | undefined; readonly installedLanguages?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }