VerifyDetailedStringResult
@Serializable
@SerialName(value = "DetailedStringResult")
Detailed string instance of the result, extends VerifyResult.
Constructors
Link copied to clipboard
constructor(field: String?, details: DetailDictionary?, results: List<VerifyResult>?, value: String, location: LocationInfo?, script: VerifyScript, side: Side)
Properties
Link copied to clipboard
Additional information about the result. Structured as a key value pairs.
Link copied to clipboard
Exact location of the result on the document.
Link copied to clipboard
Array of children results that contributes to the overall result of this result.
Link copied to clipboard
Script used for the result field on the document.