VerifyDetailedDateResult
@Serializable
@SerialName(value = "DetailedDateResult")
Detailed 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: List<VerifyResult>?)
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
A list of original result strings 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.