Skip to content

Struct Tryll::UtteranceOptions

ClassList > Tryll > UtteranceOptions

Per-utterance options passed to BeginUtterance.

  • #include <VoiceInput.h>

Public Attributes

Type Name
bool autoFinishOnSilence = true
Let server VAD close the utterance.
AgentProxy * autoSendTarget = nullptr
std::uint32_t maxUtteranceMs = 60000
Hard timeout (ms) per utterance.

Public Attributes Documentation

variable autoFinishOnSilence

Let server VAD close the utterance.

bool Tryll::UtteranceOptions::autoFinishOnSilence;


variable autoSendTarget

AgentProxy* Tryll::UtteranceOptions::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.

std::uint32_t Tryll::UtteranceOptions::maxUtteranceMs;



The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-cpp/include/tryll/VoiceInput.h