Start Transcription Properties
@Serializable
Constructors
Link copied to clipboard
constructor(language: String? = null, tier: String? = null, model: String? = null, profanityFilter: Boolean? = null, redact: List<String>? = null, punctuate: Boolean? = null, endpointing: TranscriptionEndpointingSetting? = null, includeRawResponse: Boolean? = null, extra: Map<String, DailyJsonElement?>? = null)
Properties
Link copied to clipboard
Whether to use likely endpoints in speech to determine chunks of speech to transcribe.
Link copied to clipboard
Any additional Deepgram settings.
Link copied to clipboard
Whether to include Deepgram's raw response in transcription messages sent via onTranscriptionMessage()
.
Link copied to clipboard
Attempts to detect and filter out profanity from the transcription.