Package-level declarations

Types

Link copied to clipboard
@Serializable
abstract class AbstractTranscriberDto
Link copied to clipboard
@Serializable(with = TranscriberSerializer::class)
interface CommonTranscriberDto
Link copied to clipboard
@Serializable
class DeepgramTranscriberDto(var model: String = "", var language: String = "", var transcriberModel: DeepgramModelType = DeepgramModelType.UNSPECIFIED, var transcriberLanguage: DeepgramLanguageType = DeepgramLanguageType.UNSPECIFIED, var smartFormat: Boolean? = null, val keywords: MutableSet<String> = mutableSetOf()) : AbstractTranscriberDto, DeepgramTranscriberProperties, CommonTranscriberDto
Link copied to clipboard
@Serializable
class GladiaTranscriberDto(var model: String = "", var language: String = "", var transcriberModel: GladiaModelType = GladiaModelType.UNSPECIFIED, var transcriberLanguage: GladiaLanguageType = GladiaLanguageType.UNSPECIFIED, var languageBehavior: String = "", var transcriptionHint: String = "", var prosody: Boolean? = null, var audioEnhancer: Boolean? = null) : AbstractTranscriberDto, GladiaTranscriberProperties, CommonTranscriberDto
Link copied to clipboard
@Serializable
class TalkscriberTranscriberDto(var model: String = "", var language: String = "", var transcriberModel: TalkscriberModelType = TalkscriberModelType.UNSPECIFIED, var transcriberLanguage: TalkscriberLanguageType = TalkscriberLanguageType.UNSPECIFIED) : AbstractTranscriberDto, TalkscriberTranscriberProperties, CommonTranscriberDto