public sealed class SpeechAdaptationInfo : IMessage<SpeechAdaptationInfo>, IEquatable<SpeechAdaptationInfo>, IDeepCloneable<SpeechAdaptationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 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."],[[["This webpage provides documentation for the `SpeechAdaptationInfo` class within the Google Cloud Speech v1 API for .NET, detailing its structure and functionality."],["The `SpeechAdaptationInfo` class, part of the `Google.Cloud.Speech.V1` namespace, allows the user to determine if speech adaptation has timed out and provides details on any timeout messages, which is accessible via its properties, `AdaptationTimeout` and `TimeoutMessage`."],["The page lists version information for the API, ranging from version 2.2.0 all the way to 3.8.0 (latest), as well as containing the current version, 3.2.0."],["`SpeechAdaptationInfo` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SpeechAdaptationInfo` class can be instantiated with a default constructor or by passing another instance of itself in a constructor."]]],[]]