Class: Google::Cloud::Vision::V1::DominantColorsAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

Set of dominant colors and their corresponding scores.

Instance Attribute Summary collapse

Instance Attribute Details

#colors::Array<::Google::Cloud::Vision::V1::ColorInfo>

Returns RGB color values with their score and pixel fraction.

Returns:



523
524
525
526
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 523

class DominantColorsAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end