IsabyteAISpeechToText
API reference for IsabyteAISpeechToText — parameters, event callbacks, and related configuration.
IsabyteAISpeechToText
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | CascadingNullable | — |
Debug | bool | — | |
ShowBuiltInUI | bool | — | |
Mode | IsabyteAISpeechToTextMode | — | |
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> | — |