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."],[[["The latest version of the Google Cloud Speech v1 API class `SpeechAdaptationInfo` is 3.8.0, with previous versions ranging from 3.7.0 down to 2.2.0 also available."],["`SpeechAdaptationInfo` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as the general `IMessage`."],["This class provides information about the use of speech adaptation in speech recognition results, inheriting from the base object class."],["It includes properties such as `AdaptationTimeout`, a boolean indicating whether a timeout occurred during speech adaptation, and `TimeoutMessage`, which contains a message specifying which part of the request timed out."],["There are two constructors available for `SpeechAdaptationInfo`, one is the default, and the other takes an instance of the class itself as an argument."]]],[]]