Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::ModelFeature (v1.2.1)

Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::ModelFeature.

Represents a singular feature of a model. If the feature is recognizer, the release_state of the feature represents the release_state of the model

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#feature

deffeature()->::String
Returns
  • (::String) — The name of the feature (Note: the feature can be recognizer)

#feature=

deffeature=(value)->::String
Parameter
  • value (::String) — The name of the feature (Note: the feature can be recognizer)
Returns
  • (::String) — The name of the feature (Note: the feature can be recognizer)

#release_state

defrelease_state()->::String
Returns
  • (::String) — The release state of the feature

#release_state=

defrelease_state=(value)->::String
Parameter
  • value (::String) — The release state of the feature
Returns
  • (::String) — The release state of the feature

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.