Consistency Verification Report
data class ConsistencyVerificationReport(val overallConsistency: ValueConsistency, val fieldDetails: List<FieldConsistencyVerificationReport>) : Parcelable
Report of the document consistency verification. Shows whether information in the fields that correspond to the same logical field is consistent.
Constructors
Link copied to clipboard
constructor(overallConsistency: ValueConsistency, fieldDetails: List<FieldConsistencyVerificationReport>)