Cloud Speech-to-Text v2 API - Class RecognitionResponseMetadata (1.0.0)

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.

Inheritance

object > RecognitionResponseMetadata

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

RecognitionResponseMetadata()

public RecognitionResponseMetadata()

RecognitionResponseMetadata(RecognitionResponseMetadata)

public RecognitionResponseMetadata(RecognitionResponseMetadata other)
Parameter
NameDescription
otherRecognitionResponseMetadata

Properties

TotalBilledDuration

public Duration TotalBilledDuration { get; set; }

When available, billed audio seconds for the corresponding request.

Property Value
TypeDescription
Duration