Skip to content

Struct FTryllVoiceInputConfig

ClassList > FTryllVoiceInputConfig

More...

  • #include <TryllVoiceInput.h>

Public Attributes

Type Name
float HotwordsScore = 1.5f
FString HotwordsStorageName
FTryllAudioFormat InputFormat
FString ModelName
uint32 VadMinSilenceMs = 500
uint32 VadSpeechPadMs = 250
float VadThreshold = 0.5f

Detailed Description

Parameters for creating an FTryllVoiceInput handle.

Public Attributes Documentation

variable HotwordsScore

float FTryllVoiceInputConfig::HotwordsScore;

Per-token bias strength applied to every phrase (default 1.5). 1.5 = gentle; 2.5 = aggressive.


variable HotwordsStorageName

FString FTryllVoiceInputConfig::HotwordsStorageName;

Name of a StringStorage (kind=List) whose phrases the STT decoder biases toward. Empty (default) disables hotword biasing.


variable InputFormat

FTryllAudioFormat FTryllVoiceInputConfig::InputFormat;

variable ModelName

FString FTryllVoiceInputConfig::ModelName;

variable VadMinSilenceMs

uint32 FTryllVoiceInputConfig::VadMinSilenceMs;

variable VadSpeechPadMs

uint32 FTryllVoiceInputConfig::VadSpeechPadMs;

variable VadThreshold

float FTryllVoiceInputConfig::VadThreshold;


The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-unreal/Source/TryllClient/Public/TryllVoiceInput.h