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 webpage provides documentation for `SpeechToTextSettings`, a class related to speech recognition settings within the `Google.Cloud.Dialogflow.Cx.V3` namespace for .NET."],["The latest version available in the documentation is 2.23.0, and multiple older versions are also accessible, ranging back to 1.0.0."],["The `SpeechToTextSettings` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors, properties, and inherited members, with a specific property being `EnableSpeechAdaptation`, which controls the use of speech adaptation for recognition."],["The class allows for the configuration of speech-to-text settings and can be used to enable or disable speech adaptation for better recognition results."]]],[]]