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."],[[["The `RecognizeResponse` class is a core component of the Cloud Speech-to-Text v2 API, serving as the response message for the `Recognize` method."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It contains a `Metadata` property of type `RecognitionResponseMetadata`, offering details about the speech recognition process."],["The `Results` property, a `RepeatedField` of `SpeechRecognitionResult`, holds the sequential transcription results from the audio analysis."],["This documentation covers version 1.0.0 of the `RecognizeResponse` class, with links to newer versions 1.1.0 through 1.4.0 also available."]]],[]]