![]() |
Banuba SDK
|
#include <functional>Go to the source code of this file.
Enumerations | |
| enum class | bnb::interfaces::recognizer_mode : int { synchronous , asynchronous } |
|
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.