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 inherits from the base `object` class."],["It includes properties like `Metadata`, which provides details about the recognition, and `Results`, which contains a sequential list of transcription results."],["The class has two constructors available: a default one, and one that uses an existing `RecognizeResponse` object as input."],["This documentation provides the reference information for the 1.3.0 version of the `RecognizeResponse` class, however, it also provides the link to four other versions, including the latest version at 1.4.0."]]],[]]