Class: Google::Cloud::Speech::V2::ModelFeatures
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::ModelFeatures
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/locations_metadata.rb
Overview
Represents the collection of features belonging to a model
Instance Attribute Summary collapse
-
#model_feature ⇒ ::Array<::Google::Cloud::Speech::V2::ModelFeature>
Repeated field that contains all features of the model.
Instance Attribute Details
#model_feature ⇒ ::Array<::Google::Cloud::Speech::V2::ModelFeature>
Returns Repeated field that contains all features of the model.
41 42 43 44 |
# File 'proto_docs/google/cloud/speech/v2/locations_metadata.rb', line 41 class ModelFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |