public sealed class RecognizeResponse : IMessage<RecognizeResponse>, IEquatable<RecognizeResponse>, IDeepCloneable<RecognizeResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class RecognizeResponse.
Response message for the
[Recognize][google.cloud.speech.v2.Speech.Recognize] method.
[[["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 document provides reference documentation for the `RecognizeResponse` class within the Cloud Speech-to-Text v2 API."],["The `RecognizeResponse` class is a response message for the `Recognize` method, used to handle speech recognition results."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers properties like `Metadata` of type `RecognitionResponseMetadata` and `Results`, which is a list of `SpeechRecognitionResult` objects."],["There are multiple versions available, with `1.4.0` being the most recent and `1.2.0` being the version covered in the main body of text."]]],[]]