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 in the Google Cloud Speech-to-Text v2 API provides metadata related to speech recognition requests and responses."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and compatibility."],["It inherits from the base `object` class and contains methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes a `TotalBilledDuration` property of type `Duration`, indicating the billed audio seconds for a given request."],["The documentation covers multiple versions of the API, ranging from version 1.0.0 to the latest 1.4.0, including the currently selected version 1.2.0, with links for each."]]],[]]