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.

Properties

Link copied to clipboard

Metadata for a single frame in the collection

Link copied to clipboard

The captured face image data

Link copied to clipboard

Additional pad data associated with the face capture.

Link copied to clipboard

The version ID of the captured data

Functions

Link copied to clipboard

Serializes the data from MBCaptureSessionResult into Biometric Request protocol buffer format.