Banuba SDK
Functions
BNBSegmentationMaskType.h File Reference
#import <Foundation/Foundation.h>

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBSegmentationMaskType)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBSegmentationMaskType   
)

Definition at line 6 of file BNBSegmentationMaskType.h.

7 {
8  BNBSegmentationMaskTypeBackground,
9  BNBSegmentationMaskTypeEyes,
10  BNBSegmentationMaskTypeHair,
11  BNBSegmentationMaskTypeMouth,
12 };