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; }
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.
If enhanced model variant is specified and an enhanced
version of the specified model for the language does not exist, then it
would emit an error.
[[["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 `SpeechToTextConfig` class within the `Google.Cloud.Dialogflow.V2` namespace for .NET, detailing its purpose in configuring speech transcription for Conversation Profiles."],["It lists multiple versions of the `SpeechToTextConfig` class, ranging from version 3.2.0 up to the latest version 4.26.0, with links to specific documentation for each version."],["The `SpeechToTextConfig` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionalities and capabilities."],["The class has two constructors: a parameterless constructor, and one that takes another `SpeechToTextConfig` object, and it includes a `SpeechModelVariant` property that allows users to specify the speech model to be used in speech to text."],["The `SpeechModelVariant` property can use values like `SPEECH_MODEL_VARIANT_UNSPECIFIED` or `USE_BEST_AVAILABLE`, which default to `USE_ENHANCED`, and it can be overridden in `AnalyzeContentRequest` and `StreamingAnalyzeContentRequest`."]]],[]]