MBFace Status
Enum representing different statuses related to facial positioning and recognition.
Use this enum to convey the status of a detected face based on its position and recognition results. Each status corresponds to a specific condition or outcome related to facial analysis.
TOO_FAR_AWAY: Indicates that the detected face is too far away.
TOO_CLOSE: Indicates that the detected face is too close.
TOO_FAR_UP: Indicates that the detected face is positioned too far up.
TOO_FAR_DOWN: Indicates that the detected face is positioned too far down.
TOO_FAR_LEFT: Indicates that the detected face is positioned too far to the left.
TOO_FAR_RIGHT: Indicates that the detected face is positioned too far to the right.
NOT_FOUND: Indicates that no face was found in the captured data.
TOO_MANY: Indicates that there are too many faces detected.
VALID: Indicates that the detected face is valid and meets the desired criteria.
Note: Use this enum to interpret and communicate the status of facial recognition results.
Entries
Indicates that the detected face is too far away.
Indicates that the detected face is positioned too far up.
Indicates that the detected face is positioned too far down.
Indicates that the detected face is positioned too far to the left.
Indicates that the detected face is positioned too far to the right.
Indicates that the detected face is not centered.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.