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`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version of `SpeechToTextSettings` documented on this page is version 2.23.0, and there are numerous previous versions listed, going as far back as version 1.0.0."],["The class has a single property named `EnableSpeechAdaptation`, which determines if speech adaptation is used for speech recognition, and is a boolean."],["There are two constructors provided for the `SpeechToTextSettings` class, one empty, and one that takes in a `SpeechToTextSettings` object."]]],[]]