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 reference documentation for the `SpeechToTextSettings` class within the Dialogflow v3 API."],["The `SpeechToTextSettings` class is designed to manage settings related to speech recognition, and the page lists all available versions from 1.0.0 up to 2.23.0 (latest) of the `SpeechToTextSettings` class."],["The documentation specifies that `SpeechToTextSettings` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["It outlines the `SpeechToTextSettings` constructor options, which include a default constructor and a copy constructor that takes another `SpeechToTextSettings` object as a parameter."],["The documentation details the `EnableSpeechAdaptation` property, which is a boolean that determines whether to utilize speech adaptation during speech recognition."]]],[]]