InputImageAnalysisResult

@Serializable
data class InputImageAnalysisResult(val processingStatus: ProcessingStatus, val missingMandatoryFields: Array<FieldType>, val extractedFields: Array<FieldType>, val invalidCharacterFields: Array<FieldType>, val extraPresentFields: Array<FieldType>, val imageExtractionFailures: Array<ImageExtractionType>, val scanningSide: ScanningSide, val documentDetectionStatus: DetectionStatus, val documentLocation: Quadrilateral?, val documentClassInfo: DocumentClassInfo, val blurDetectionStatus: ImageAnalysisDetectionStatus, val glareDetectionStatus: ImageAnalysisDetectionStatus, val documentColorStatus: DocumentImageColorStatus, val documentMoireStatus: ImageAnalysisDetectionStatus, val faceDetectionStatus: ImageAnalysisDetectionStatus, val mrzDetectionStatus: ImageAnalysisDetectionStatus, val barcodeDetectionStatus: ImageAnalysisDetectionStatus, val realIDDetectionStatus: ImageAnalysisDetectionStatus, val documentLightingStatus: ImageAnalysisLightingStatus, val documentHandOcclusionStatus: ImageAnalysisDetectionStatus, val documentOrientation: DocumentOrientation, val documentRotation: DocumentRotation)

Represents the results of processing and analyzing an input image.

This structure contains the status of the processing, along with detailed results from detection, document quality, and information about the document analysis performed on the input image.

Constructors

Link copied to clipboard
constructor(processingStatus: ProcessingStatus, missingMandatoryFields: Array<FieldType>, extractedFields: Array<FieldType>, invalidCharacterFields: Array<FieldType>, extraPresentFields: Array<FieldType>, imageExtractionFailures: Array<ImageExtractionType>, scanningSide: ScanningSide, documentDetectionStatus: DetectionStatus, documentLocation: Quadrilateral?, documentClassInfo: DocumentClassInfo, blurDetectionStatus: ImageAnalysisDetectionStatus, glareDetectionStatus: ImageAnalysisDetectionStatus, documentColorStatus: DocumentImageColorStatus, documentMoireStatus: ImageAnalysisDetectionStatus, faceDetectionStatus: ImageAnalysisDetectionStatus, mrzDetectionStatus: ImageAnalysisDetectionStatus, barcodeDetectionStatus: ImageAnalysisDetectionStatus, realIDDetectionStatus: ImageAnalysisDetectionStatus, documentLightingStatus: ImageAnalysisLightingStatus, documentHandOcclusionStatus: ImageAnalysisDetectionStatus, documentOrientation: DocumentOrientation, documentRotation: DocumentRotation)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Information about the document class

Link copied to clipboard

Color status of the document image

Link copied to clipboard

Status of the document detection

Link copied to clipboard

Status of hand occlusion detection in the document image

Link copied to clipboard

Status of lighting conditions in the document image

Link copied to clipboard

Location of the detected document within an image

Link copied to clipboard

Status of moire pattern detection in the document image

Link copied to clipboard

Orientation of the document

Link copied to clipboard

Rotation of the document

Link copied to clipboard

Fields that were extracted from the document

Link copied to clipboard

Fields that weren't expected on the document but were present

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Failed image extractions

Link copied to clipboard

Fields that contained characters which were not expected in that field

Link copied to clipboard

Fields that were expected on the document but were missing

Link copied to clipboard
Link copied to clipboard

Status of the processing

Link copied to clipboard

Status of real ID detection

Link copied to clipboard

Side of the document being scanned