AudioConfig class
Description of audio data to be synthesized.
Constructors
-
AudioConfig({String? audioEncoding, List<
String> ? effectsProfileId, double? pitch, int? sampleRateHertz, double? speakingRate, double? volumeGainDb}) - AudioConfig.fromJson(Map json_)
Properties
- audioEncoding ↔ String?
-
The format of the audio byte stream.
getter/setter pair
-
effectsProfileId
↔ List<
String> ? -
Input only.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pitch ↔ double?
-
Input only.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleRateHertz ↔ int?
-
The synthesis sample rate (in hertz) for this audio.
getter/setter pair
- speakingRate ↔ double?
-
Input only.
getter/setter pair
- volumeGainDb ↔ double?
-
Input only.
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