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."],[[["This webpage provides documentation for the `RecognizeResponse` class within the Google Cloud Speech v1 API, which is the sole message returned to the client by the `Recognize` method, containing zero or more `SpeechRecognitionResult` messages."],["The `RecognizeResponse` class, found in the `Google.Cloud.Speech.V1` namespace, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The documentation details the class constructors, `RecognizeResponse()`, and `RecognizeResponse(RecognizeResponse other)`, as well as various properties like `RequestId`, `Results`, `SpeechAdaptationInfo`, and `TotalBilledTime` that are all part of the `RecognizeResponse` class."],["The documentation shows that there are multiple versions of this API class available, with version 3.8.0 being the latest and version 2.2.0 being the oldest shown here, with many versions in between."]]],[]]