GoogleCloudAiplatformV1AudioTranscriptionConfig class

Configuration for speech recognition (transcription).

Properties

adaptationPhrases List<String>?
Deprecated: Use custom_vocabulary instead.
getter/setter pair
customVocabulary List<String>?
A list of custom vocabulary phrases to bias the speech recognition model toward recognizing specific terms.
getter/setter pair
diarization bool?
Configures speaker diarization.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageAuto GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageAuto?
Deprecated: Use top-level language_codes instead.
getter/setter pair
languageCodes List<String>?
BCP-47 language codes providing hints about the languages present in the audio.
getter/setter pair
languageHints GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints?
Deprecated: Use top-level language_codes instead.
getter/setter pair
mode String?
Configures transcription mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordTimestamp bool?
Configures word-level timestamp generation.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited