MBCaptureSessionResult

class MBCaptureSessionResult

MBCaptureSessionResult contains the data collected during a capture session.

Types

Builder
Link copied to clipboard
data class Builder(faceImage: Bitmap?, frames: <ERROR CLASS><Bitmap?>)

Functions

serializedData
Link copied to clipboard
fun serializedData(): ByteArray
Serializes collected data to binary format using the BiometricRequest protocol buffer definition.

Properties

faceImage
Link copied to clipboard
val faceImage: Bitmap?
A high quality image captured during the session
frames
Link copied to clipboard
val frames: <ERROR CLASS><Bitmap?>
A set of frames captured during the session