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 webpage provides documentation for the `RecognitionResponseMetadata` class within the Google Cloud Speech-to-Text v2 API, specifically for .NET."],["The `RecognitionResponseMetadata` class contains metadata about the recognition request and response, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest API version is 1.4.0, but this page documents version 1.3.0, with previous versions 1.2.0, 1.1.0 and 1.0.0 also available."],["The class has two constructors, `RecognitionResponseMetadata()` and `RecognitionResponseMetadata(RecognitionResponseMetadata other)`, and includes properties such as `RequestId` (a string) and `TotalBilledDuration` (a `Duration` object)."]]],[]]