Banuba SDK
Loading...
Searching...
No Matches
recognizer_mode.hpp File Reference
#include <functional>

Go to the source code of this file.

Enumerations

enum class  bnb::interfaces::recognizer_mode : int { synchronous , asynchronous }
 

Enumeration Type Documentation

◆ recognizer_mode

enum class bnb::interfaces::recognizer_mode : int
strong
Enumerator
synchronous 

Frame is processed only when pop_frame method called.

asynchronous 

Frame processing begins on push_frame method call.

Definition at line 14 of file recognizer_mode.hpp.

14 : int {
15 /** Frame is processed only when pop_frame method called */
17 /** Frame processing begins on push_frame method call */
19};
@ synchronous
Frame is processed only when pop_frame method called.
@ asynchronous
Frame processing begins on push_frame method call.