Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
char | text [1024] |
Last spoken string. | |
uint32_t | counter |
Counter for messages. | |
bool | processing |
True, if the the speech recognition is currently processing. | |
bool | enabled |
True, if speech processing is currently enabled, false otherwise. |
Internal data storage, do NOT modify!
Counter for messages.
Increased after each new recognized string.
Definition at line 50 of file SpeechRecognitionInterface.h.
True, if speech processing is currently enabled, false otherwise.
Definition at line 56 of file SpeechRecognitionInterface.h.
Referenced by fawkes::SpeechRecognitionInterface::SetEnabledMessage::is_enabled(), and fawkes::SpeechRecognitionInterface::SetEnabledMessage::set_enabled().
True, if the the speech recognition is currently processing.
Definition at line 53 of file SpeechRecognitionInterface.h.
Last spoken string.
Must be properly null-terminated.
Definition at line 47 of file SpeechRecognitionInterface.h.
Interface Unix timestamp, seconds.
Definition at line 45 of file SpeechRecognitionInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 46 of file SpeechRecognitionInterface.h.