Builder

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.

Constructors

Link copied to clipboard
constructor(faceImage: ByteArray? = null, frames: List<ByteArray?> = listOf(), faceGeometry: List<MBFaceGeometryModel> = listOf(), versionId: String? = "v1")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds an instance of MBCaptureSessionResult with the configured parameters.

Link copied to clipboard

Sets the list of MBFrameMetadata for the capture session result.

Sets the face image for the capture session result.

Set the version ID of the captured data

Sets the list of frames for the capture session result.