VerifyResult

@Serializable
sealed class VerifyResult

Sealed class representing base result for verify extraction fields received as part of the document verification result.

Inheritors

Properties

Link copied to clipboard
abstract val details: DetailDictionary?

Additional information about the result. Structured as a key value pairs.

Link copied to clipboard
abstract val field: String?

Name of the field.

Link copied to clipboard
abstract val results: List<VerifyResult>?

Array of children results that contributes to the overall result of this result.