Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.58 KB

File metadata and controls

40 lines (24 loc) · 1.58 KB

TranscriptionStartRequest

Properties

Name Type Description Notes
transcriptionEngine TranscriptionEngineEnum Engine to use for speech recognition. `A` - `google`, `B` - `telnyx`. [optional]
language LanguageEnum Language to use for speech recognition [optional]
interimResults Boolean Whether to send also interim results. If set to false, only final results will be sent. Applies to `google` engine only. [optional]
clientState String Use this field to add state to every subsequent webhook. It must be a valid Base-64 encoded string. [optional]
transcriptionTracks String 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. Will default to `inbound`. [optional]
commandId String Use this field to avoid duplicate commands. Telnyx will ignore any command with the same `command_id` for the same `call_control_id`. [optional]

Enum: TranscriptionEngineEnum

Name Value
A "A"
B "B"

Enum: LanguageEnum

Name Value
DE "de"
EN "en"
ES "es"
FR "fr"
IT "it"
PL "pl"