language | Language to use for speech recognition. See languages in transcription_engine_config. | | en |
interimResults | Whether to send also interim results. If set to false, only final results will be sent. Applies to transcriptionEngine A only. | | false |
transcriptionEngine | Engine to use for speech recognition. Available engines: Google (default), Telnyx, Deepgram. Each engine supports different models and languages - see model attribute and examples below. Legacy values “A” (maps to Google) and “B” (maps to Telnyx) are supported for backward compatibility. | Google, Telnyx, Deepgram, A, B | Google |
transcriptionTracks | Indicates which leg of the call will be transcribed. Use inbound for the leg that requested the transcription, outbound for the other leg, and both for both legs of the call. | inbound, outbound, both | inbound |
transcriptionCallback | URL that tells Telnyx where to make its GET or POST requests with transcription data. | | - |
transcriptionCallbackMethod | HTTP request type used for transcriptionCallback. | GET, POST | POST |
model | Optional model to use with the specified transcription engine. If not specified, the engine’s default model will be used. See transcription models in transcription_engine_config. | | - |