RealtimeAPIClientParameters
Yandex.RealtimeAPIClient parameters. Can be passed as arguments to the Yandex.createRealtimeAPIClient method.
Props
apiKey
apiKey: string
The API key for the Yandex Realtime API.
folderId
folderId: string
The folder ID for the Yandex Realtime API.
model
model: string
| undefined
Optional. The model to use for Yandex Realtime API processing. The default value is speech-realtime-250923.
onWebSocketClose
onWebSocketClose: (event: WebSocketEvents.CLOSE) => void
| undefined
Optional. A callback function that is called when the WebSocket connection is closed.
statistics
statistics: false
| undefined
| true
Optional. Enables statistics functionality.
trace
trace: false
| undefined
| true
Optional. Enables trace functionality.