Struct Tryll::TranscriptUpdate¶
ClassList > Tryll > TranscriptUpdate
Transcript update delivered via the VoiceInput callback.
#include <VoiceInput.h>
Public Attributes¶
| Type | Name |
|---|---|
| std::uint32_t | audioMsConsumed = 0Milliseconds of audio processed so far. |
| ::Tryll::TranscriptUpdateKind | kind = ::Tryll::TranscriptUpdateKind\_PartialEvent kind. |
| std::string | text Recognized text; empty for SpeechStart. |
Public Attributes Documentation¶
variable audioMsConsumed¶
Milliseconds of audio processed so far.
variable kind¶
Event kind.
variable text¶
Recognized text; empty for SpeechStart.
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-cpp/include/tryll/VoiceInput.h