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 `SpeechAdaptationInfo` class, part of the Google Cloud Speech v1 API, provides details on the application of speech adaptation within speech recognition results."],["This class has been implemented with versions ranging from 2.2.0 to 3.8.0, with version 3.8.0 being the most recent."],["`SpeechAdaptationInfo` inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `AdaptationTimeout` (a boolean indicating if a timeout occurred) and `TimeoutMessage` (a string with details on the timeout)."]]],[]]