Report of the document consistency verification. Shows whether information in the fields that correspond to the same logical field is consistent.

Hierarchy (view full)

Constructors

Properties

List of reports for each field that was verified.

overallConsistency: ValueConsistency

Overall status of the consistency verification. Corresponds to the most severe status of all fields.

Methods

  • Parameters

    Returns {
        fieldDetails?: (undefined | {
            consistency?: ValueConsistency;
            fieldFullNames?: (undefined | string)[];
            fieldType?: CommonFieldType;
            serialize?: any;
        })[];
        overallConsistency?: ValueConsistency;
        serialize?: any;
    }

    • Optional Readonly fieldDetails?: (undefined | {
          consistency?: ValueConsistency;
          fieldFullNames?: (undefined | string)[];
          fieldType?: CommonFieldType;
          serialize?: any;
      })[]

      List of reports for each field that was verified.

    • Optional Readonly overallConsistency?: ValueConsistency

      Overall status of the consistency verification. Corresponds to the most severe status of all fields.