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"]],[["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 `SpeechAdaptationInfo` class, part of the Google Cloud Speech v1p1beta1 API, provides information about speech adaptation used in results and is available in multiple versions such as 3.0.0-beta08, 3.0.0-beta07, and 2.0.0-beta09."],["This class inherits from the base `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compliant with Google Protobuf and .NET standards."],["The `SpeechAdaptationInfo` class has two constructors, one default and one that takes another `SpeechAdaptationInfo` object as a parameter, allowing for easy initialization and duplication."],["The class includes properties like `AdaptationTimeout`, which indicates if there was a timeout during speech adaptation, and `TimeoutMessage`, which provides a message specifying the cause of the timeout."],["This Class resides within the `Google.Cloud.Speech.V1P1Beta1` namespace, and its assembly is `Google.Cloud.Speech.V1P1Beta1.dll`."]]],[]]