Cloud Speech V2 Client - Class ModelFeature (2.0.0)

Reference documentation and code samples for the Cloud Speech V2 Client 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

Generated from protobuf message google.cloud.speech.v2.ModelFeature

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ featurestring

The name of the feature (Note: the feature can be recognizer)

↳ release_statestring

The release state of the feature

getFeature

The name of the feature (Note: the feature can be recognizer)

Returns
TypeDescription
string

setFeature

The name of the feature (Note: the feature can be recognizer)

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getReleaseState

The release state of the feature

Returns
TypeDescription
string

setReleaseState

The release state of the feature

Parameter
NameDescription
varstring
Returns
TypeDescription
$this