VerifyInputImageAnalysisResult

@Serializable
data class VerifyInputImageAnalysisResult(val extractionInputImageAnalysisResult: ExtractionImageAnalysisResult, val blurDetected: Boolean, val glareDetected: Boolean, val tiltDetected: Boolean, val occlusionDetected: Boolean, val hasBarcodeReadingIssue: Boolean)

Represents the combined image analysis result for the verification input image, including extraction analysis and detected image quality issues.

Constructors

Link copied to clipboard
constructor(extractionInputImageAnalysisResult: ExtractionImageAnalysisResult, blurDetected: Boolean, glareDetected: Boolean, tiltDetected: Boolean, occlusionDetected: Boolean, hasBarcodeReadingIssue: Boolean)

Properties

Link copied to clipboard

true if blur was detected in the input image.

Link copied to clipboard

The extraction-level analysis result containing document location, detection status, and processing details.

Link copied to clipboard

true if glare was detected in the input image.

Link copied to clipboard

true if there was an issue reading the barcode from the document.

Link copied to clipboard

true if part of the document is occluded in the input image.

Link copied to clipboard

true if excessive tilt was detected in the input image.