Class: Google::Cloud::Vision::V1p3beta1::DominantColorsAnnotation

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

Overview

Set of dominant colors and their corresponding scores.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns RGB color values with their score and pixel fraction.

Returns:



491
492
493
494
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 491

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