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."],[[["The webpage provides documentation for the `SpeechToTextSettings` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, spanning multiple versions."],["The latest version of `SpeechToTextSettings` available is 2.23.0, while the page contains version history down to 1.0.0."],["`SpeechToTextSettings` is used to configure settings related to speech recognition in the Dialogflow v3 API, inheriting from `Object` and implementing multiple interfaces."],["The `SpeechToTextSettings` class includes a property called `EnableSpeechAdaptation`, which determines whether to use speech adaptation for speech recognition, and it returns a Boolean value."],["The page offers a detailed description of the available constructors for `SpeechToTextSettings` along with the required parameters, such as the `other` parameter that takes in another `SpeechToTextSettings` instance."]]],[]]