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 Google Cloud Speech-to-Text v2 API provides a mechanism to enhance speech recognition accuracy by specifying hints for words and phrases."],["`SpeechAdaptation` can include both inline `CustomClasses` and `PhraseSets`, or it can reference existing `PhraseSet` resources, offering flexible customization options."],["The `SpeechAdaptation` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing core functionalities."],["The latest version available for the `SpeechAdaptation` class is version 1.4.0, with older versions 1.0.0 through 1.3.0 also available."],["The class includes two available constructors: a default `SpeechAdaptation()` constructor and a `SpeechAdaptation(SpeechAdaptation other)` constructor, which duplicates the current instance to a new instance."]]],[]]