Struct FTryllVoiceInputConfig¶
ClassList > FTryllVoiceInputConfig
#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¶
Per-token bias strength applied to every phrase (default 1.5). 1.5 = gentle; 2.5 = aggressive.
variable HotwordsStorageName¶
Name of a StringStorage (kind=List) whose phrases the STT decoder biases toward. Empty (default) disables hotword biasing.
variable InputFormat¶
variable ModelName¶
variable VadMinSilenceMs¶
variable VadSpeechPadMs¶
variable VadThreshold¶
The documentation for this class was generated from the following file C:/_tryll/_monorepo2/server/client-unreal/Source/TryllClient/Public/TryllVoiceInput.h