Cloud Speech V2 Client - Class ModelFeature (2.3.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Speech V2 Client class ModelFeature.
Represents a singular feature of a model. If the feature isrecognizer,the release_state of the feature represents the release_state of the model
Generated from protobuf messagegoogle.cloud.speech.v2.ModelFeature
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ feature | stringThe name of the feature (Note: the feature can be |
↳ release_state | stringThe release state of the feature |
getFeature
The name of the feature (Note: the feature can berecognizer)
| Returns | |
|---|---|
| Type | Description |
string | |
setFeature
The name of the feature (Note: the feature can berecognizer)
| 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 | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-23 UTC.