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
Implements
IMessageModelFeatures, IEquatableModelFeatures, IDeepCloneableModelFeatures, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
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 |