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.
      400  | 
    
      # File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 400 class DominantColorsAnnotation; end  |