public sealed class SpeechAdaptation : IMessage<SpeechAdaptation>, IEquatable<SpeechAdaptation>, IDeepCloneable<SpeechAdaptation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class SpeechAdaptation.
Provides "hints" to the speech recognizer to favor specific words and phrases
in the results. PhraseSets can be specified as an inline resource, or a
reference to an existing PhraseSet resource.
[[["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 `SpeechAdaptation` class in the Cloud Speech-to-Text v2 API provides hints to the speech recognizer to improve accuracy by favoring specific words and phrases."],["`SpeechAdaptation` can be achieved by using either inline resources or references to existing `PhraseSet` resources."],["The class includes `CustomClasses` which is a list of inline custom classes and can be referenced within a `PhraseSet`."],["`PhraseSets` are a list of inline or referenced sets of phrases used to improve the speech recognition results."],["This `SpeechAdaptation` class is within the `Google.Cloud.Speech.V2` namespace and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]