BptAISpeechToText
API reference for BptAISpeechToText — parameters, event callbacks, and related configuration.
BptAISpeechToText
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Debug | bool | — | |
ShowBuiltInUI | bool | — | |
Mode | BptAISpeechToTextMode | — | |
ModelPath | string | — | |
Language | string | — | |
HuggingFaceModelName | string | — | |
HuggingFaceApiKey | string | — | |
ShowModelSelector | bool | — | |
ShowLanguageSelector | bool | — | |
ShowApiKeyInput | bool | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnModelLoaded | EventCallback<bool> | — | |
OnResponseCompleted | EventCallback<string> | — | |
OnResponseTokenPartComplete | EventCallback<string> | — | |
OnStatusUpdate | EventCallback<string> | — |