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 `RecognizeResponse` class is the sole message type returned to clients by the `Recognize` method, containing `SpeechRecognitionResult` messages."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its comprehensive capabilities within the .NET environment."],["The `RecognizeResponse` class offers two constructors: a default constructor and one that copies an existing `RecognizeResponse` object."],["It includes properties such as `Results`, a sequential list of transcription results, and `TotalBilledTime`, which provides the billed audio seconds for the request."],["The documentation provides access to a variety of versions, including the latest version which is 3.8.0 and stretches back as far as 2.2.0."]]],[]]