Dialogflow v3 API - Class SpeechToTextSettings (2.17.0)

public sealed class SpeechToTextSettings : IMessage<SpeechToTextSettings>, IEquatable<SpeechToTextSettings>, IDeepCloneable<SpeechToTextSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class SpeechToTextSettings.

Settings related to speech recognition.

Inheritance

object > SpeechToTextSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SpeechToTextSettings()

public SpeechToTextSettings()

SpeechToTextSettings(SpeechToTextSettings)

public SpeechToTextSettings(SpeechToTextSettings other)
Parameter
NameDescription
otherSpeechToTextSettings

Properties

EnableSpeechAdaptation

public bool EnableSpeechAdaptation { get; set; }

Whether to use speech adaptation for speech recognition.

Property Value
TypeDescription
bool