public sealed class SpeechToTextSettings : IMessage<SpeechToTextSettings>, IEquatable<SpeechToTextSettings>, IDeepCloneable<SpeechToTextSettings>, IBufferMessage, IMessage
Settings related to speech recognition.
Inheritance
System.Object > SpeechToTextSettingsImplements
Google.Protobuf.IMessage<SpeechToTextSettings>, System.IEquatable<SpeechToTextSettings>, Google.Protobuf.IDeepCloneable<SpeechToTextSettings>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.Boolean |