Used to configure your speech recognition.
Transcription is one of the key elements of a conversation; Vocode allows developers to configure their transcription to suit their use case.
The base TranscriberConfig
class defines several key fields that all
transcriber implementations use.
The sampling rate of the audio to be transcribed.
The encoding format of the audio to be transcribed.
The size of the audio chunks to be transcribed.
An optional configuration for which endpointing implementation to use.
Specifies which Deepgram model to use for transcription.
Whether to warm up the model before starting transcription.
The version of the Deepgram transcription API to use. If not specified, the latest version will be used.
Specifies which Google model to use for transcription.
Whether to warm up the model before starting transcription.
Whether to warm up the model before starting transcription.
Used to configure your speech recognition.
Transcription is one of the key elements of a conversation; Vocode allows developers to configure their transcription to suit their use case.
The base TranscriberConfig
class defines several key fields that all
transcriber implementations use.
The sampling rate of the audio to be transcribed.
The encoding format of the audio to be transcribed.
The size of the audio chunks to be transcribed.
An optional configuration for which endpointing implementation to use.
Specifies which Deepgram model to use for transcription.
Whether to warm up the model before starting transcription.
The version of the Deepgram transcription API to use. If not specified, the latest version will be used.
Specifies which Google model to use for transcription.
Whether to warm up the model before starting transcription.
Whether to warm up the model before starting transcription.