public sealed class SpeechAdaptation : IMessage<SpeechAdaptation>, IEquatable<SpeechAdaptation>, IDeepCloneable<SpeechAdaptation>, IBufferMessage, IMessage
public RepeatedField<CustomClass> CustomClasses { get; }
A collection of custom classes. To specify the classes inline, leave the
class' name blank and fill in the rest of its fields, giving it a unique
custom_class_id. Refer to the inline defined class in phrase hints by its
custom_class_id.
public RepeatedField<PhraseSet> PhraseSets { get; }
A collection of phrase sets. To specify the hints inline, leave the
phrase set's name blank and fill in the rest of its fields. Any
phrase set can use any custom class.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpeechAdaptation\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Speech.V1\u003c/code\u003e namespace allows configuration for speech adaptation, implemented with \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThis class can be instantiated using default or copy constructors, enabling the creation of \u003ccode\u003eSpeechAdaptation\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpeechAdaptation\u003c/code\u003e supports custom classes through the \u003ccode\u003eCustomClasses\u003c/code\u003e property, where you can define classes inline with a unique \u003ccode\u003ecustom_class_id\u003c/code\u003e or name.\u003c/p\u003e\n"],["\u003cp\u003eThe class manages phrase sets through \u003ccode\u003ePhraseSets\u003c/code\u003e and \u003ccode\u003ePhraseSetReferences\u003c/code\u003e, allowing the specification of phrase sets inline or by resource names, respectively, including the ability to use any custom class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eSpeechAdaptation\u003c/code\u003e available is 3.8.0, with the document providing version history all the way back to 2.2.0.\u003c/p\u003e\n"]]],[],null,[]]