public sealed class SpeechAdaptationInfo : IMessage<SpeechAdaptationInfo>, IEquatable<SpeechAdaptationInfo>, IDeepCloneable<SpeechAdaptationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class SpeechAdaptationInfo.
[[["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 latest version of the \u003ccode\u003eSpeechAdaptationInfo\u003c/code\u003e class is 3.0.0-beta08, found within the Google Cloud Speech v1p1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eSpeechAdaptationInfo\u003c/code\u003e, provides information on how speech adaptation is used in results and inherits from the \u003ccode\u003eobject\u003c/code\u003e class while implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpeechAdaptationInfo\u003c/code\u003e has two constructors: a default constructor and one that accepts another \u003ccode\u003eSpeechAdaptationInfo\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eAdaptationTimeout\u003c/code\u003e, a boolean indicating if there was a timeout during speech adaptation, and \u003ccode\u003eTimeoutMessage\u003c/code\u003e, a string specifying which part of the adaptation request timed out.\u003c/p\u003e\n"],["\u003cp\u003eThe class is located in the \u003ccode\u003eGoogle.Cloud.Speech.V1P1Beta1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.Speech.V1P1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1p1beta1 API - Class SpeechAdaptationInfo (3.0.0-beta09)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta09 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo)\n- [3.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/3.0.0-beta08/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/2.0.0-beta09/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo) \n\n public sealed class SpeechAdaptationInfo : IMessage\u003cSpeechAdaptationInfo\u003e, IEquatable\u003cSpeechAdaptationInfo\u003e, IDeepCloneable\u003cSpeechAdaptationInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Speech v1p1beta1 API class SpeechAdaptationInfo.\n\nInformation on speech adaptation use in results \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SpeechAdaptationInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SpeechAdaptationInfo](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SpeechAdaptationInfo](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SpeechAdaptationInfo](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechAdaptationInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1P1Beta1.dll\n\nConstructors\n------------\n\n### SpeechAdaptationInfo()\n\n public SpeechAdaptationInfo()\n\n### SpeechAdaptationInfo(SpeechAdaptationInfo)\n\n public SpeechAdaptationInfo(SpeechAdaptationInfo other)\n\nProperties\n----------\n\n### AdaptationTimeout\n\n public bool AdaptationTimeout { get; set; }\n\nWhether there was a timeout when applying speech adaptation. If true,\nadaptation had no effect in the response transcript.\n\n### TimeoutMessage\n\n public string TimeoutMessage { get; set; }\n\nIf set, returns a message specifying which part of the speech adaptation\nrequest timed out."]]