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

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBFaceSearchMode)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBFaceSearchMode   
)

Definition at line 6 of file BNBFaceSearchMode.h.

7 {
8  BNBFaceSearchModeFast,
9  BNBFaceSearchModeMedium,
10  BNBFaceSearchModeGood,
11 };