Class GoogleCloudDialogflowCxV3SynthesizeSpeechConfig
Inheritance
GoogleCloudDialogflowCxV3SynthesizeSpeechConfig
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3SynthesizeSpeechConfig : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EffectsProfileId
Declaration
[JsonProperty("effectsProfileId")]
public virtual IList<string> EffectsProfileId { get; set; }
Property Value
Pitch
Declaration
[JsonProperty("pitch")]
public virtual double? Pitch { get; set; }
Property Value
SpeakingRate
Declaration
[JsonProperty("speakingRate")]
public virtual double? SpeakingRate { get; set; }
Property Value
Voice
Declaration
[JsonProperty("voice")]
public virtual GoogleCloudDialogflowCxV3VoiceSelectionParams Voice { get; set; }
Property Value
VolumeGainDb
Declaration
[JsonProperty("volumeGainDb")]
public virtual double? VolumeGainDb { get; set; }
Property Value
Implements