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, focusing on settings for speech recognition."],["The latest version documented is 2.23.0, and the page provides a comprehensive list of documentation for versions ranging from 1.0.0 to 2.23.0, with each version link directing to the documentation for `SpeechToTextSettings`."],["The `SpeechToTextSettings` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class includes a `EnableSpeechAdaptation` property, which is a boolean value that determines if speech adaptation is used during speech recognition."],["The class has two constructors `SpeechToTextSettings()`, and `SpeechToTextSettings(SpeechToTextSettings other)` that allow for the instantiation of a new class with default values, or copy the values from another SpeechToTextSettings object."]]],[]]