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 latest version of the `RecognizeResponse` class in the Cloud Speech-to-Text v2 API is 1.4.0, with older versions available back to 1.0.0."],["`RecognizeResponse` is a response message for the `Recognize` method within the `Google.Cloud.Speech.V2` namespace, designed for handling speech recognition results."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its comprehensive functionality."],["The `RecognizeResponse` class contains properties for `Metadata`, which provides information about the recognition, and `Results`, a list of transcription results from the audio."],["`RecognizeResponse` has two constructors, a default constructor `RecognizeResponse()` and a constructor with a `RecognizeResponse` parameter, `RecognizeResponse(RecognizeResponse other)`."]]],[]]