public sealed class SpeechToTextSettings : IMessage<SpeechToTextSettings>, IEquatable<SpeechToTextSettings>, IDeepCloneable<SpeechToTextSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class SpeechToTextSettings.
[[["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, focusing on settings for speech recognition in the Dialogflow v3 API."],["The latest version available for this class is 2.23.0, with a comprehensive list of prior versions ranging from 1.0.0 to 2.22.0 that are also accessible."],["The `SpeechToTextSettings` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key functionalities of the class include the ability to construct `SpeechToTextSettings` objects, with one constructor allowing another `SpeechToTextSettings` object as a parameter."],["The class includes a property called `EnableSpeechAdaptation`, a boolean that determines whether to utilize speech adaptation during speech recognition processes."]]],[]]