public sealed class VoiceSelectionParams : IMessage<VoiceSelectionParams>, IEquatable<VoiceSelectionParams>, IDeepCloneable<VoiceSelectionParams>, IBufferMessage, IMessageDescription of which voice to use for speech synthesis.
Inheritance
System.Object > VoiceSelectionParamsImplements
IMessage<VoiceSelectionParams>, IEquatable<VoiceSelectionParams>, IDeepCloneable<VoiceSelectionParams>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
VoiceSelectionParams()
public VoiceSelectionParams()VoiceSelectionParams(VoiceSelectionParams)
public VoiceSelectionParams(VoiceSelectionParams other)| Parameter | |
|---|---|
| Name | Description |
other |
VoiceSelectionParams |
Properties
Name
public string Name { get; set; }Optional. The name of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and [ssml_gender][google.cloud.dialogflow.v2.VoiceSelectionParams.ssml_gender].
| Property Value | |
|---|---|
| Type | Description |
String |
|
SsmlGender
public SsmlVoiceGender SsmlGender { get; set; }Optional. The preferred gender of the voice. If not set, the service will choose a voice based on the other parameters such as language_code and [name][google.cloud.dialogflow.v2.VoiceSelectionParams.name]. Note that this is only a preference, not requirement. If a voice of the appropriate gender is not available, the synthesizer should substitute a voice with a different gender rather than failing the request.
| Property Value | |
|---|---|
| Type | Description |
SsmlVoiceGender |
|