Builder

data class Builder(faceImage: Bitmap?, 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>

Properties

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