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

    Type Alias ValueSemantics

    ValueSemantics: "SKIPPED" | "VALID" | "INVALID"

    The result of the value semantics verification.

    • SKIPPED: Verification of the value semantics was skipped. For example, because the field is empty.
    • VALID: No errors were detected during semantics verification. For example, the date of birth is in the past, the date of expiry is in the future.
    • INVALID: Semantically invalid value. For example, the date of birth is in the future, the date of expiry is in the past.

    Type Declaration

    • "SKIPPED"

      Verification of the value semantics was skipped. For example, because the field is empty.

    • "VALID"

      No errors were detected during semantics verification. For example, the date of birth is in the past, the date of expiry is in the future.

    • "INVALID"

      Semantically invalid value. For example, the date of birth is in the future, the date of expiry is in the past.