public sealed class RecognizeResponse : IMessage<RecognizeResponse>, IEquatable<RecognizeResponse>, IDeepCloneable<RecognizeResponse>, IBufferMessage, IMessage
The only message returned to the client by the Recognize method. It
contains the result as zero or more sequential SpeechRecognitionResult
messages.
[[["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 `RecognizeResponse` class is 3.8.0, with the content providing documentation for versions ranging from 2.2.0 to 3.8.0."],["`RecognizeResponse` is the sole message type returned by the `Recognize` method, encapsulating results as `SpeechRecognitionResult` messages."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains properties like `Results`, which is a sequential list of `SpeechRecognitionResult`, and `TotalBilledTime`, representing the billed audio duration for a request."],["The documentation includes constructors for creating a new instance of `RecognizeResponse` and one to copy another instance of `RecognizeResponse` with the input parameter of another `RecognizeResponse` instance."]]],[]]