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. | |
bool | enabled |
True, if speech processing is currently enabled, false otherwise. |
Internal data storage, do NOT modify!
True, if speech processing is currently enabled, false otherwise.
Definition at line 96 of file SpeechRecognitionInterface.h.
Referenced by fawkes::SpeechRecognitionInterface::SetEnabledMessage::SetEnabledMessage().
int64_t fawkes::SpeechRecognitionInterface::SetEnabledMessage::SetEnabledMessage_data_t::timestamp_sec |
Interface Unix timestamp, seconds.
Definition at line 94 of file SpeechRecognitionInterface.h.
int64_t fawkes::SpeechRecognitionInterface::SetEnabledMessage::SetEnabledMessage_data_t::timestamp_usec |
Interface Unix timestamp, micro-seconds.
Definition at line 95 of file SpeechRecognitionInterface.h.