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

    Class FieldValueSemantics

    Report of the field value semantics verification.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    fieldFullName: string

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

    invalidSemantics: boolean

    Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

    Methods

    • Parameters

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

      • Optional ReadonlyfieldFullName?: string

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

      • Optional ReadonlyinvalidSemantics?: boolean

        Shows whether the data in the field is semantically invalid, e.g. the date of birth is in the future.

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