ModelSettings

Provides the name of the custom language model that was included in the specified transcription job.

Only use ModelSettings with the LanguageModelName sub-parameter if you're not using automatic language identification (``). If using LanguageIdSettings in your request, this parameter contains a LanguageModelName sub-parameter.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the custom language model you want to use when processing your transcription job. Note that custom language model names are case sensitive.

Functions

Link copied to clipboard
inline fun copy(block: ModelSettings.Builder.() -> Unit = {}): ModelSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String