TalkscriberTranscriberDto

@Serializable
class TalkscriberTranscriberDto(var model: String = "", var language: String = "", var transcriberModel: TalkscriberModelType = TalkscriberModelType.UNSPECIFIED, var transcriberLanguage: TalkscriberLanguageType = TalkscriberLanguageType.UNSPECIFIED) : AbstractTranscriberDto, TalkscriberTranscriberProperties, CommonTranscriberDto(source)

Constructors

Link copied to clipboard
constructor(model: String = "", language: String = "", transcriberModel: TalkscriberModelType = TalkscriberModelType.UNSPECIFIED, transcriberLanguage: TalkscriberLanguageType = TalkscriberLanguageType.UNSPECIFIED)

Properties

Link copied to clipboard
@Transient
var customLanguage: String
Link copied to clipboard
@Transient
var customModel: String
Link copied to clipboard
open override var language: String
Link copied to clipboard
open override var model: String
Link copied to clipboard
@EncodeDefault
open override val provider: TranscriberType
Link copied to clipboard
@Transient
open override var transcriberLanguage: TalkscriberLanguageType

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
@Transient
open override var transcriberModel: TalkscriberModelType

This is the model that will be used for the transcription.

Functions

Link copied to clipboard
Link copied to clipboard