Class: Google::Cloud::Speech::V2::ModelFeature
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ModelFeature
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/locations_metadata.rb
Overview
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
Instance Attribute Summary collapse
-
#feature ⇒ ::String
The name of the feature (Note: the feature can be
recognizer
). -
#release_state ⇒ ::String
The release state of the feature.
Instance Attribute Details
#feature ⇒ ::String
Returns The name of the feature (Note: the feature can be recognizer
).
32 33 34 35 |
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 32 class ModelFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_state ⇒ ::String
Returns The release state of the feature.
32 33 34 35 |
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 32 class ModelFeature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |