BlinkID C SDK version 5.16.0
Recognizer.h
Go to the documentation of this file.
1
14#ifndef RECOGNIZER_H_
15#define RECOGNIZER_H_
16
17#include "Export.h"
18
19#ifdef __cplusplus
20extern "C"
21{
22#endif
23
32typedef void * MBRecognizerPtr;
33
39{
42
48
54
59};
60
65
71{
76};
77
78
82MB_EXPORTED_TYPE typedef struct MBBaseRecognizerResult MBBaseRecognizerResult;
83
84#ifdef __cplusplus
85}
86#endif
87
88#endif
MBRecognizerResultState
Definition: Recognizer.h:39
@ MB_RECOGNIZER_RESULT_STATE_STAGE_VALID
Definition: Recognizer.h:58
@ MB_RECOGNIZER_RESULT_STATE_EMPTY
Definition: Recognizer.h:41
@ MB_RECOGNIZER_RESULT_STATE_VALID
Definition: Recognizer.h:53
@ MB_RECOGNIZER_RESULT_STATE_UNCERTAIN
Definition: Recognizer.h:47
void * MBRecognizerPtr
Typedef for pointer to generic Recognizer object.
Definition: Recognizer.h:32
This is base structure for all Recognizer results.
Definition: Recognizer.h:71
MBRecognizerResultState state
Definition: Recognizer.h:75