BptAIRealtimeTranscriber
API reference for BptAIRealtimeTranscriber — parameters, event callbacks, and related configuration.
BptAIRealtimeTranscriber
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
BptAppState | BptRootComponentBase | CascadingNullable | — |
CultureState | BptCultureState | CascadingNullable | — |
Debug | bool | — | |
ShowBuiltInUI | bool | — | |
Mode | BptAIRealtimeTranscriberMode | — | |
TranscriptorType | string | — | |
TranscriberModelPath | string | — | |
ApiKey | string | — | |
AzureEndpoint | string | — | |
VadType | string | — | |
VadModelPath | string | — | |
MicrophoneDeviceNumber | int | — | |
Language | string | — | |
LanguageAutoDetect | bool | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnResponseCompleted | EventCallback<string> | — | |
OnResponseTokenPartComplete | EventCallback<string> | — | |
OnModelLoaded | EventCallback<bool> | — | |
OnStatusUpdate | EventCallback<string> | — | |
OnRecordingStateChanged | EventCallback<bool> | — |