MBFace Distance Status Text
data class MBFaceDistanceStatusText(var faceTooFarAway: String = "Distance: Face too far away", var faceTooClose: String = "Distance: Face too close", var faceValidDistance: String = "Distance: Valid Distance", var faceNotFound: String = "Distance: Face not found")
Data class representing text messages associated with various face distances statuses.
Use this data class to customize text messages for different face distance statuses.
Properties
Link copied to clipboard
Text message for when the face is not found. Default is "Distance: Face not found"
Link copied to clipboard
Text message for when the face is too close. Default is "Distance: Face too close".
Link copied to clipboard
Text message for when the face is too far away. Default is "Distance: Face too far away".
Link copied to clipboard
Text message for when the face distance is valid. Default is "Distance: Valid Distance"