Struct Tryll::UtteranceOptions¶
ClassList > Tryll > UtteranceOptions
Per-utterance options passed to BeginUtterance.
#include <VoiceInput.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | autoFinishOnSilence = trueLet server VAD close the utterance. |
| AgentProxy * | autoSendTarget = nullptr |
| std::uint32_t | maxUtteranceMs = 60000Hard timeout (ms) per utterance. |
Public Attributes Documentation¶
variable autoFinishOnSilence¶
Let server VAD close the utterance.
variable autoSendTarget¶
When non-null the server forwards the final transcript to this agent. null = transcribe-only mode (no autosend).
variable maxUtteranceMs¶
Hard timeout (ms) per utterance.
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-cpp/include/tryll/VoiceInput.h