VerifyDateResult
@Serializable
@SerialName(value = "DateResult")
Date instance of the result, extends VerifyResult.
Constructors
Link copied to clipboard
constructor(field: String?, details: DetailDictionary?, results: List<VerifyResult>?, day: Int?, month: Int?, year: Int?, successfullyParsed: Boolean?, filledByDomainKnowledge: Boolean?, originalResult: String)
Properties
Link copied to clipboard
Additional information about the result. Structured as a key value pairs.
Link copied to clipboard
Indication whether the date was filled by our internal document knowledge and not directly parsed.
Link copied to clipboard
Original string result of the date, non-formatted.
Link copied to clipboard
Array of children results that contributes to the overall result of this result.
Link copied to clipboard
Indication whether the date was successfully parsed.