ProcessingResult

data class ProcessingResult(val detection: FaceAutoCaptureDetection, val phase: Phase, val result: FaceAutoCaptureResult?)

Result of a processing operation. See process method.

Constructors

Link copied to clipboard
constructor(detection: FaceAutoCaptureDetection, phase: Phase, result: FaceAutoCaptureResult?)

Properties

Link copied to clipboard

Detection in submitted image.

Link copied to clipboard

Phase of the process.

Link copied to clipboard

Final result. Presence of the result indicates the end of the process.