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 part of the Google Cloud Speech-to-Text v2 API and is used to represent the response message for the `Recognize` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The `RecognizeResponse` class has two constructors: a default constructor `RecognizeResponse()` and a copy constructor `RecognizeResponse(RecognizeResponse other)`."],["It contains two properties: `Metadata`, which provides metadata about the recognition, and `Results`, a sequential list of transcription results."],["This class is located within the `Google.Cloud.Speech.V2` namespace and is found in the `Google.Cloud.Speech.V2.dll` assembly, with version 1.1.0 as seen in this particular documentation."]]],[]]