public sealed class RecognitionResponseMetadata : IMessage<RecognitionResponseMetadata>, IEquatable<RecognitionResponseMetadata>, IDeepCloneable<RecognitionResponseMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class RecognitionResponseMetadata.
Metadata about the recognition request and response.
[[["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 `RecognitionResponseMetadata` class within the Google Cloud Speech-to-Text v2 API for .NET."],["The `RecognitionResponseMetadata` class contains metadata about speech recognition requests and responses, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecognitionResponseMetadata` class has two constructors and two properties: `RequestId`, which is a global identifier, and `TotalBilledDuration`, which indicates the billed audio time."],["The latest version available for `RecognitionResponseMetadata` is 1.4.0, with previous versions ranging back to 1.0.0."],["The `RecognitionResponseMetadata` class inherits from the base `object` class and includes members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]