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

Go to the source code of this file.

Functions

typedef NS_ENUM (NSInteger, BNBRecognizerMode)
 

Function Documentation

◆ NS_ENUM()

typedef NS_ENUM ( NSInteger  ,
BNBRecognizerMode   
)

Frame is processed only when pop_frame method called

Frame processing begins on push_frame method call

Definition at line 6 of file BNBRecognizerMode.h.

7 {
8  /** Frame is processed only when pop_frame method called */
9  BNBRecognizerModeSynchronous,
10  /** Frame processing begins on push_frame method call */
11  BNBRecognizerModeAsynchronous,
12 };