Dialogflow v3 API - Class SpeechToTextSettings (2.20.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class SpeechToTextSettings : IMessage<SpeechToTextSettings>, IEquatable<SpeechToTextSettings>, IDeepCloneable<SpeechToTextSettings>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class SpeechToTextSettings.
Settings related to speech recognition.
Implements
IMessage SpeechToTextSettings, IEquatable SpeechToTextSettings, IDeepCloneable SpeechToTextSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SpeechToTextSettings()
public SpeechToTextSettings()SpeechToTextSettings(SpeechToTextSettings)
public SpeechToTextSettings(SpeechToTextSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeechToTextSettings |
Properties
EnableSpeechAdaptation
public bool EnableSpeechAdaptation { get; set; }Whether to use speech adaptation for speech recognition.
| Property Value | |
|---|---|
| Type | Description |
bool |
|