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."],[[["Version 3.8.0 is the latest release for the Google Cloud Speech v1 API, with the current documentation focusing on version 3.7.0."],["The `SpeechAdaptationInfo` class is part of the `Google.Cloud.Speech.V1` namespace and provides information on the use of speech adaptation in results."],["`SpeechAdaptationInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, comparison, deep cloning, and buffer management."],["The class includes two constructors: a default constructor `SpeechAdaptationInfo()` and a copy constructor `SpeechAdaptationInfo(SpeechAdaptationInfo other)` to create new `SpeechAdaptationInfo` objects."],["The `AdaptationTimeout` property indicates whether there was a timeout during speech adaptation, and `TimeoutMessage` provides details about which part of the adaptation request timed out if set."]]],[]]