MBFace Bounding Box Status
data class MBFaceBoundingBoxStatus(var distanceError: MBDistanceError? = null, var positionErrors: List<MBPositionError>? = null, var poseErrors: List<MBPoseError>? = null)
MBFaceBoundingBoxStatus describes the face distance, position and pose criteria for the detected face in a single frame.
Parameters
distance Error
Describes the face distance in relation with region of interest.
pose Errors
position Errors
Describes the different face positions in relation with region of interest
Constructors
Link copied to clipboard
constructor(distanceError: MBDistanceError? = null, positionErrors: List<MBPositionError>? = null, poseErrors: List<MBPoseError>? = null)