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."],[[["The `RecognitionResponseMetadata` class provides metadata about recognition requests and responses within the Cloud Speech-to-Text v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cRecognitionResponseMetadata\u003e`, `IDeepCloneable\u003cRecognitionResponseMetadata\u003e`, and `IBufferMessage`."],["It has two constructors: a default constructor and another that accepts another `RecognitionResponseMetadata` object as a parameter for cloning."],["The class includes a `TotalBilledDuration` property of type `Duration`, which indicates the billed audio seconds for the associated request."],["The latest version available is `1.4.0`, and the document details version `1.1.0`, both falling under the `Google.Cloud.Speech.V2` namespace."]]],[]]