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 returned by the `Recognize` method, delivering the result as a sequence of `SpeechRecognitionResult` messages."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET ecosystem."],["`RecognizeResponse` includes a `Results` property, which is a sequential list of `SpeechRecognitionResult` objects corresponding to different portions of the transcribed audio."],["It also has a `TotalBilledTime` property, of type `Duration`, that indicates the billed audio seconds for the associated request when applicable."],["The `RecognizeResponse` class provides two constructors, one default and one that allows for the creation of an instance by copying another `RecognizeResponse` object."]]],[]]