GoogleCloudDialogflowCxV3SynthesizeSpeechConfig class
Configuration of how speech should be synthesized.
Constructors
-
GoogleCloudDialogflowCxV3SynthesizeSpeechConfig({List<
String> ? effectsProfileId, double? pitch, double? speakingRate, GoogleCloudDialogflowCxV3VoiceSelectionParams? voice, double? volumeGainDb}) - GoogleCloudDialogflowCxV3SynthesizeSpeechConfig.fromJson(Map json_)
Properties
-
effectsProfileId
↔ List<
String> ? -
An identifier which selects 'audio effects' profiles that are applied on
(post synthesized) text to speech.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pitch ↔ double?
-
Speaking pitch, in the range [-20.0, 20.0].
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speakingRate ↔ double?
-
Speaking rate/speed, in the range [0.25, 4.0].
getter/setter pair
- voice ↔ GoogleCloudDialogflowCxV3VoiceSelectionParams?
-
The desired voice of the synthesized audio.
getter/setter pair
- volumeGainDb ↔ double?
-
Volume gain (in dB) of the normal native volume supported by the specific
voice, in the range [-96.0, 16.0].
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