Cloud Speech-to-Text v2 API - Class ModelMetadata (1.3.0)

public sealed class ModelMetadata : IMessage<ModelMetadata>, IEquatable<ModelMetadata>, IDeepCloneable<ModelMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ModelMetadata.

The metadata about the models in a given region for a specific locale. Currently this is just the features of the model

Inheritance

object > ModelMetadata

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

ModelMetadata()

public ModelMetadata()

ModelMetadata(ModelMetadata)

public ModelMetadata(ModelMetadata other)
Parameter
Name Description
other ModelMetadata

Properties

ModelFeatures

public MapField<string, ModelFeatures> ModelFeatures { get; }

Map of the model name -> features of that model

Property Value
Type Description
MapFieldstringModelFeatures