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."],[[["The `SpeechToTextSettings` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, provides settings for speech recognition within the Dialogflow CX framework."],["This page details multiple versions of the `SpeechToTextSettings` class, ranging from version 1.0.0 up to the latest version 2.23.0."],["The `SpeechToTextSettings` class includes a property called `EnableSpeechAdaptation`, which is a boolean that determines if speech adaptation should be used for speech recognition."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors provided for the `SpeechToTextSettings` class; one is parameterless and the other allows for the creation of a new `SpeechToTextSettings` instance based on an existing `SpeechToTextSettings` object."]]],[]]