GoogleCloudAiplatformV1SpeechConfig class
Configuration for speech generation.
Constructors
- GoogleCloudAiplatformV1SpeechConfig({String? languageCode, GoogleCloudAiplatformV1MultiSpeakerVoiceConfig? multiSpeakerVoiceConfig, GoogleCloudAiplatformV1VoiceConfig? voiceConfig})
- GoogleCloudAiplatformV1SpeechConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode ↔ String?
-
The language code (ISO 639-1) for the speech synthesis.
getter/setter pair
- multiSpeakerVoiceConfig ↔ GoogleCloudAiplatformV1MultiSpeakerVoiceConfig?
-
The configuration for a multi-speaker text-to-speech request.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- voiceConfig ↔ GoogleCloudAiplatformV1VoiceConfig?
-
The configuration for the voice to use.
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