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

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

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

Represents the collection of features belonging to a model

Inheritance

object > ModelFeatures

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

ModelFeatures()

public ModelFeatures()

ModelFeatures(ModelFeatures)

public ModelFeatures(ModelFeatures other)
Parameter
Name Description
other ModelFeatures

Properties

ModelFeature

public RepeatedField<ModelFeature> ModelFeature { get; }

Repeated field that contains all features of the model

Property Value
Type Description
RepeatedFieldModelFeature