MBCapture Session Result
class MBCaptureSessionResult
A class representing the result from the capture session.
This class encapsulates the captured face image and a list of frames. It provides a builder pattern for constructing instances and a method to serialize the data into a Biometric Request protocol buffer format.
Types
Link copied to clipboard
data class Builder(var faceImage: ByteArray? = null, var frames: List<ByteArray?> = listOf(), var faceGeometry: List<MBFaceGeometryModel> = listOf(), var versionId: String? = "v1")
Builder class for constructing instances of MBCaptureSessionResult.
Functions
Link copied to clipboard
Serializes the data from MBCaptureSessionResult into Biometric Request protocol buffer format.