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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ feature |
string
The name of the feature (Note: the feature can be |
↳ release_state |
string
The release state of the feature |
getFeature
The name of the feature (Note: the feature can be recognizer
)
Returns | |
---|---|
Type | Description |
string |
setFeature
The name of the feature (Note: the feature can be recognizer
)
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReleaseState
The release state of the feature
Returns | |
---|---|
Type | Description |
string |
setReleaseState
The release state of the feature
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |