DeepgramTranscriberDto
@Serializable
Constructors
Link copied to clipboard
constructor(model: String = "", language: String = "", transcriberModel: DeepgramModelType = DeepgramModelType.UNSPECIFIED, transcriberLanguage: DeepgramLanguageType = DeepgramLanguageType.UNSPECIFIED, smartFormat: Boolean? = null, keywords: MutableSet<String> = mutableSetOf())
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
These keywords are passed to the transcription model to help it pick up use-case specific words. Anything that may not be a common word, like your company name, should be added here.
Link copied to clipboard
Link copied to clipboard
This will be use smart format option provided by Deepgram. It's default disabled because it can sometimes format numbers as times sometimes, but it's getting better.
Link copied to clipboard
This is the language that will be set for the transcription. The list of languages Deepgram supports can be found here: https://developers.deepgram.com/docs/models-languages-overview
Link copied to clipboard
This is the Deepgram model that will be used. A list of models can be found here: https://developers.deepgram.com/docs/models-languages-overview