public sealed class RecognizeResponse : IMessage<RecognizeResponse>, IEquatable<RecognizeResponse>, IDeepCloneable<RecognizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Speech v1 API class RecognizeResponse.
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 document provides reference information for the `RecognizeResponse` class within the Google Cloud Speech v1 API, specifically for version 3.4.0, with links to other versions from 2.2.0 to 3.8.0."],["`RecognizeResponse` is the message returned by the `Recognize` method, containing zero or more `SpeechRecognitionResult` messages which represents the client's transcription."],["The class `RecognizeResponse` includes properties such as `RequestId`, `Results`, `SpeechAdaptationInfo`, and `TotalBilledTime`, with links to their respective descriptions and data types."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from `object`, including `GetHashCode`, `GetType`, and `ToString`."],["There are two constructors for the class `RecognizeResponse`, one being the default, and the other accepting another instance of `RecognizeResponse` as a parameter."]]],[]]