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

    Class CroppingResult

    Configuration of the cropping result.

    Index

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<CroppingResult>

      Returns CroppingResult

    Properties

    documentUuid: string

    The UUID of the document that was cropped.

    errorMessage: string | null

    The error message if a problem occurred.

    pageUuid: string

    The UUID of the page of the document that was cropped.

    Methods

    • Parameters

      Returns {
          documentUuid?: string;
          errorMessage?: string | null;
          pageUuid?: string;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly documentUuid?: string | undefined; readonly pageUuid?: string | undefined; readonly errorMessage?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional ReadonlydocumentUuid?: string

        The UUID of the document that was cropped.

      • Optional ReadonlyerrorMessage?: string | null

        The error message if a problem occurred.

      • Optional ReadonlypageUuid?: string

        The UUID of the page of the document that was cropped.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly documentUuid?: string | undefined; readonly pageUuid?: string | undefined; readonly errorMessage?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }