Class: Aws::Rekognition::Types::DetectLabelsImageForeground

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

The foreground of the image with regard to image quality and dominant colors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dominant_colorsArray<Types::DominantColor>

The dominant colors found in the foreground of an image, defined with RGB values, CSS color name, simplified color name, and PixelPercentage (the percentage of image pixels that have a particular color).

Returns:



2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2146

class DetectLabelsImageForeground < Struct.new(
  :quality,
  :dominant_colors)
  SENSITIVE = []
  include Aws::Structure
end

#qualityTypes::DetectLabelsImageQuality

The quality of the image foreground as defined by brightness and sharpness.



2146
2147
2148
2149
2150
2151
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2146

class DetectLabelsImageForeground < Struct.new(
  :quality,
  :dominant_colors)
  SENSITIVE = []
  include Aws::Structure
end