public sealed class SpeechToTextSettings : IMessage<SpeechToTextSettings>, IEquatable<SpeechToTextSettings>, IDeepCloneable<SpeechToTextSettings>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `SpeechToTextSettings` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing settings related to speech recognition."],["The `SpeechToTextSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` which is necessary to work with protocol buffers."],["The latest version of the documented class is 2.23.0, with numerous previous versions ranging from 2.22.0 down to 1.0.0 also available."],["The class includes a property called `EnableSpeechAdaptation`, a boolean, which controls whether to use speech adaptation for speech recognition."],["This class can be constructed with either no parameters, or by passing another `SpeechToTextSettings` object."]]],[]]