Class: Google::Cloud::Speech::V2::ModelFeatures

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#model_feature::Array<::Google::Cloud::Speech::V2::ModelFeature>

Returns Repeated field that contains all features of the model.

Returns:



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