public sealed class ModelFeature : IMessage<ModelFeature>, IEquatable<ModelFeature>, IDeepCloneable<ModelFeature>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class ModelFeature.
Representes a singular feature of a model. If the feature is recognizer
,
the release_state of the feature represents the release_state of the model
Implements
IMessageModelFeature, IEquatableModelFeature, IDeepCloneableModelFeature, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
ModelFeature()
public ModelFeature()
ModelFeature(ModelFeature)
public ModelFeature(ModelFeature other)
Parameter | |
---|---|
Name | Description |
other |
ModelFeature |
Properties
Feature
public string Feature { get; set; }
The name of the feature (Note: the feature can be recognizer
)
Property Value | |
---|---|
Type | Description |
string |
ReleaseState
public string ReleaseState { get; set; }
The release state of the feature
Property Value | |
---|---|
Type | Description |
string |