Class: Google::Cloud::Vision::V1::DominantColorsAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::DominantColorsAnnotation
- Defined in:
- lib/google/cloud/vision/v1/doc/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.
378 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 378 class DominantColorsAnnotation; end |