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

    Class FieldSuspiciousDataVerificationReport

    Report of the suspicious data field verification.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    fieldFullName: string

    Full name of the field that was considered during the verification.

    isSuspicious: boolean

    Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.

    Methods

    • Parameters

      Returns {
          fieldFullName?: string;
          isSuspicious?: boolean;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly fieldFullName?: string | undefined; readonly isSuspicious?: boolean | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional ReadonlyfieldFullName?: string

        Full name of the field that was considered during the verification.

      • Optional ReadonlyisSuspicious?: boolean

        Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly fieldFullName?: string | undefined; readonly isSuspicious?: boolean | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }