MBCaptureSessionResult

class MBCaptureSessionResult

This class contains the capture result after it is successfully ended.

Parameters

faceImage

A high quality image captured after collecting frames.

captureSessionData

is all the collected data in protobuf format.

frames

are the frame collection.

Types

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

Properties

captureSessionData
Link copied to clipboard
val captureSessionData: ByteArray
is all the collected data in protobuf format.
faceImage
Link copied to clipboard
val faceImage: Bitmap?
A high quality image captured after collecting frames.
frames
Link copied to clipboard
val frames: <ERROR CLASS><Bitmap?>
are the frame collection.