Cloud Speech V2 Client - Class ModelFeature (2.3.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ featurestring

The name of the feature (Note: the feature can berecognizer)

↳ release_statestring

The release state of the feature

getFeature

The name of the feature (Note: the feature can berecognizer)

Returns
TypeDescription
string

setFeature

The name of the feature (Note: the feature can berecognizer)

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

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.