Class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig
Inheritance
GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SynthesizeSpeechConfig : 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
Pronunciations
Declaration
[JsonProperty("pronunciations")]
public virtual IList<GoogleCloudDialogflowV2beta1CustomPronunciationParams> Pronunciations { get; set; }
Property Value
SpeakingRate
Declaration
[JsonProperty("speakingRate")]
public virtual double? SpeakingRate { get; set; }
Property Value
Voice
Declaration
[JsonProperty("voice")]
public virtual GoogleCloudDialogflowV2beta1VoiceSelectionParams Voice { get; set; }
Property Value
VolumeGainDb
Declaration
[JsonProperty("volumeGainDb")]
public virtual double? VolumeGainDb { get; set; }
Property Value
Implements