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

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

Inheritance

object > ModelFeature

Namespace

Google.Cloud.Speech.V2

Assembly

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