Skip to content

Struct FTryllUtteranceOptions

ClassList > FTryllUtteranceOptions

More...

  • #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

std::uint64_t FTryllUtteranceOptions::AutoSendAgentId;

When non-zero, the server forwards the final transcript to this agent. 0 = transcribe-only.


variable MaxUtteranceMs

uint32 FTryllUtteranceOptions::MaxUtteranceMs;

Hard timeout (ms) per utterance.


variable bAutoFinishOnSilence

bool FTryllUtteranceOptions::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