Configuration of the cropping result.

Constructors

Properties

documentUuid: string

The UUID of the document that was cropped.

errorMessage: null | string

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?: null | string;
        pageUuid?: string;
        serialize?(config?): { readonly documentUuid?: string | undefined; readonly pageUuid?: string | undefined; readonly errorMessage?: string | null | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly documentUuid?: string

      The UUID of the document that was cropped.

    • Optional Readonly errorMessage?: null | string

      The error message if a problem occurred.

    • Optional Readonly pageUuid?: string

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

    • serialize?:function
      • Parameters

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