Class: Google::Cloud::Vision::V1::DominantColorsAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::DominantColorsAnnotation
- 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
-
#colors ⇒ ::Array<::Google::Cloud::Vision::V1::ColorInfo>
RGB color values with their score and pixel fraction.
Instance Attribute Details
#colors ⇒ ::Array<::Google::Cloud::Vision::V1::ColorInfo>
Returns RGB color values with their score and pixel fraction.
500 501 502 503 |
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 500 class DominantColorsAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |