public sealed class SpeechToTextConfig : IMessage<SpeechToTextConfig>, IEquatable<SpeechToTextConfig>, IDeepCloneable<SpeechToTextConfig>, IBufferMessage, IMessage
Configures speech transcription for [ConversationProfile][google.cloud.dialogflow.v2.ConversationProfile].
public SpeechModelVariant SpeechModelVariant { get; set; }
Optional. The speech model used in speech to text.
SPEECH_MODEL_VARIANT_UNSPECIFIED, USE_BEST_AVAILABLE will be treated as
USE_ENHANCED. It can be overridden in [AnalyzeContentRequest][google.cloud.dialogflow.v2.AnalyzeContentRequest] and
[StreamingAnalyzeContentRequest][google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest] request.
[[["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 content provides documentation for the `SpeechToTextConfig` class within the `Google.Cloud.Dialogflow.V2` namespace, used for configuring speech transcription in Dialogflow ConversationProfiles."],["This class, which is part of version 3.4.0, inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all the versions of the Dialogflow V2 API, ranging from 4.26.0 (latest) down to 3.2.0, with links to each specific version's documentation."],["The `SpeechToTextConfig` class includes properties like `SpeechModelVariant`, allowing users to specify the speech model used in speech-to-text processing, with options like `USE_BEST_AVAILABLE` or `USE_ENHANCED` for enhanced model capabilities."],["Constructors for the class include a default constructor and a copy constructor, which takes another `SpeechToTextConfig` object as a parameter."]]],[]]