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 latest version available for `SpeechToTextSettings` is 2.23.0, with a range of previous versions accessible from 2.22.0 down to 1.0.0."],["`SpeechToTextSettings` is a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, designed to handle settings for speech recognition."],["This class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SpeechToTextSettings` includes a property named `EnableSpeechAdaptation` which is of type `System.Boolean`, that controls speech adaptation for speech recognition."],["There are two constructors for `SpeechToTextSettings`, one default and one that accepts another `SpeechToTextSettings` object as a parameter for creating copies."]]],[]]