Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::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
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#feature
def feature() -> ::String
Returns
-
(::String) — The name of the feature (Note: the feature can be
recognizer
)
#feature=
def feature=(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
def release_state() -> ::String
Returns
- (::String) — The release state of the feature
#release_state=
def release_state=(value) -> ::String
Parameter
- value (::String) — The release state of the feature
Returns
- (::String) — The release state of the feature