GoogleCloudAiplatformV1AudioTranscriptionConfig class
Configuration for speech recognition (transcription).
Constructors
-
GoogleCloudAiplatformV1AudioTranscriptionConfig({List<
String> ? adaptationPhrases, List<String> ? customVocabulary, bool? diarization, GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageAuto? languageAuto, List<String> ? languageCodes, GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints? languageHints, String? mode, bool? wordTimestamp}) - GoogleCloudAiplatformV1AudioTranscriptionConfig.fromJson(Map json_)
Properties
-
adaptationPhrases
↔ List<
String> ? -
Deprecated: Use
custom_vocabularyinstead.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_codesinstead.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_codesinstead.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