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."],["The latest version documented is 2.23.0, and the page lists numerous previous versions all the way back to 1.0.0, each linked to its respective documentation page."],["`SpeechToTextSettings` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `SpeechToTextSettings` class has a `EnableSpeechAdaptation` property, which is a boolean value used to determine whether to use speech adaptation for speech recognition."],["Two constructors for the `SpeechToTextSettings` class are documented, one being an empty constructor and the second allowing for the usage of a copy constructor to take in a preexisting `SpeechToTextSettings`."]]],[]]