MBFaceStatus

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

Link copied to clipboard

Indicates that the detected face is too far away.

Link copied to clipboard

Indicates that the detected face is too close.

Link copied to clipboard

Indicates that the detected face is positioned too far up.

Link copied to clipboard

Indicates that the detected face is positioned too far down.

Link copied to clipboard

Indicates that the detected face is positioned too far to the left.

Link copied to clipboard

Indicates that the detected face is positioned too far to the right.

Link copied to clipboard

Indicates that no face was found in the captured data.

Link copied to clipboard

Indicates that there are too many faces detected.

Link copied to clipboard

Indicates that the detected face is valid and meets the desired criteria.

Link copied to clipboard

Indicates that the detected face is not centered.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.