ExtractionResult
@Serializable
Represents the result of a document extraction and verification process.
Constructors
Link copied to clipboard
constructor(processingStatus: VerifyProcessingStatus, recognitionStatus: ExtractionRecognitionStatus, overall: List<VerifyResult>?, viz: VizResult?, mrz: List<VerifyResult>?, barcode: List<VerifyResult>?, classInfo: DocumentClassInfo?, additionalInfo: AdditionalInfo?)
Properties
Link copied to clipboard
Additional information from the extraction.
Link copied to clipboard
Extracted information from barcode.
Link copied to clipboard
Classification information from the extraction information.
Link copied to clipboard
Extracted information from machine readable zone.
Link copied to clipboard
Comprises aggregated data from various sources, eliminating redundant information.
Link copied to clipboard
Shows the general processing status of the extraction process.
Link copied to clipboard
Provides insight into how the entire recognition process proceeded.