BlinkIdVerifyCaptureResult
@Serializable
Constructors
Link copied to clipboard
constructor(frontCameraFrame: EncodedImage?, backCameraFrame: EncodedImage?, barcodeCameraFrame: EncodedImage?, sessionSettings: BlinkIdVerifySessionSettings, sessionId: String)
Properties
Functions
Link copied to clipboard
fun toBlinkIdVerifyRequest(blinkIdVerifyProcessingOptions: BlinkIdVerifyProcessingRequestOptions, blinkIdVerifyUseCase: BlinkIdVerifyProcessingUseCase): BlinkIdVerifyRequest
Converts capture result into BlinkIdVerifyRequest using caller-provided options.
fun toBlinkIdVerifyRequest(returnFullDocumentImage: Boolean? = null, returnFaceImage: Boolean? = null, returnSignatureImage: Boolean? = null, photocopyMatchLevel: MatchLevel? = null, photoForgeryMatchLevel: MatchLevel? = null, generativeAiMatchLevel: MatchLevel? = null, returnImageFormat: ImageFormat? = null, anonymizationMode: AnonymizationMode? = null): BlinkIdVerifyRequest
Converts this capture result into BlinkIdVerifyRequest using BlinkIdVerifySessionSettings settings as the source of truth for all shared on-device and backend processing options.