FacialLandmarkData

data class FacialLandmarkData(val elapsedMillis: Long, val landmarks: Landmarks, val isPresenceActive: Boolean, val image: SinglePlaneImage, val debugInfo: MutableMap<String, String> = mutableMapOf())

Constructors

Link copied to clipboard
fun FacialLandmarkData(elapsedMillis: Long, landmarks: Landmarks, isPresenceActive: Boolean, image: SinglePlaneImage, debugInfo: MutableMap<String, String> = mutableMapOf())

Properties

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