TalkscriberTranscriberDto
@Serializable
Constructors
Link copied to clipboard
constructor(model: String = "", language: String = "", transcriberModel: TalkscriberModelType = TalkscriberModelType.UNSPECIFIED, transcriberLanguage: TalkscriberLanguageType = TalkscriberLanguageType.UNSPECIFIED)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
This is the language that will be set for the transcription. The list of languages Whisper supports can be found here: https://github.com/openai/whisper/blob/main/whisper/tokenizer.py
Link copied to clipboard
This is the model that will be used for the transcription.