Struct FTryllUtteranceOptions¶
ClassList > FTryllUtteranceOptions
#include <TryllVoiceInput.h>
Public Attributes¶
| Type | Name |
|---|---|
| std::uint64_t | AutoSendAgentId = 0 |
| uint32 | MaxUtteranceMs = 60000 |
| bool | bAutoFinishOnSilence = true |
Detailed Description¶
Per-utterance options passed to BeginUtterance.
Public Attributes Documentation¶
variable AutoSendAgentId¶
When non-zero, the server forwards the final transcript to this agent. 0 = transcribe-only.
variable MaxUtteranceMs¶
Hard timeout (ms) per utterance.
variable bAutoFinishOnSilence¶
Let server VAD close the utterance on silence.
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-unreal/Source/TryllClient/Public/TryllVoiceInput.h