Enumerations
The following enumerations are available globally.
-
The delegate to run MediaPipe. If the delegate is not set, the default delegate CPU is used.
Declaration
Objective-C
enum MPPDelegate : NSUInteger {} -
@enum MPPTasksErrorCode This enum specifies error codes for errors thrown by iOS MediaPipe Task Library.
Declaration
Objective-C
enum MPPTasksErrorCode : NSUInteger {} -
The enum containing the 21 hand landmarks.
Declaration
Objective-C
enum MPPHandLandmark : NSUInteger {} -
The underlying type of the segmentation mask.
Declaration
Objective-C
enum MPPMaskDataType : NSUInteger {} -
MediaPipe vision task running mode. A MediaPipe vision task can be run with three different modes: image, video and live stream.
Declaration
Objective-C
enum MPPRunningMode : NSUInteger {}