Builder

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

Functions

build
Link copied to clipboard
fun build(): MBCaptureSessionResult
with
Link copied to clipboard
fun with(frames: <ERROR CLASS><Bitmap?>): <ERROR CLASS>
fun with(faceImage: Bitmap): <ERROR CLASS>
fun with(captureSessionData: ByteArray): <ERROR CLASS>

Properties

captureSessionData
Link copied to clipboard
var captureSessionData: ByteArray
faceImage
Link copied to clipboard
var faceImage: Bitmap? = null
frames
Link copied to clipboard
var frames: <ERROR CLASS><Bitmap?>