MBCaptureState

Enum representing the different states the capture session transitions between during the capture process.

Use this enum to track and manage the various states that occur during the capture process. Each state corresponds to a specific phase or action within the capture session.

  • INITIALIZING: Indicates the initialization phase of the capture session.

  • VALIDATING: Indicates the validation phase where the captured data is being validated.

  • COUNTDOWN: Indicates the countdown phase before capturing begins.

  • CAPTURING: Indicates the actual process of capturing facial data.

  • PROCESSING: Indicates the phase where the captured data is being processed.

  • CAPTURE_FINISHED: Indicates that the facial capture process has been successfully completed.

Note: Use this enum to manage and track the state transitions within the facial capture session.

Entries

Link copied to clipboard

Represents the initialization phase of the capture session.

Link copied to clipboard

Represents the validation phase where the input from the camera feed is being validated before capture starts.

Link copied to clipboard

Represents the countdown phase before capturing begins.

Link copied to clipboard

Represents the actual process of capturing facial data.

Link copied to clipboard

Represents the phase where the captured data is being processed.

Link copied to clipboard

Represents that the facial capture process has been successfully completed.

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.