Fawkes API  Fawkes Development Version
fawkes::SpeechRecognitionInterface::SpeechRecognitionInterface_data_t Struct Reference

Internal data storage, do NOT modify! More...

List of all members.

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.

Detailed Description

Internal data storage, do NOT modify!


Member Data Documentation

Counter for messages.

Increased after each new recognized string.

Definition at line 50 of file SpeechRecognitionInterface.h.

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.


The documentation for this struct was generated from the following file: