Struct FTryllVoiceInputConfig¶
ClassList > FTryllVoiceInputConfig
#include <TryllVoiceInput.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | HotwordsScore = 1.5f |
| FString | HotwordsStoragePath |
| 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 HotwordsStoragePath¶
Relative path (resolved against the session storage folder) to a StringStorage (kind=List) config whose phrases the STT decoder biases toward. Loaded on demand. 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/_monorepo3/tryll/clients/unreal/Source/TryllClient/Public/TryllVoiceInput.h