Method: Aws::Rekognition::Types::DetectLabelsImageBackground#quality

Defined in:
lib/aws-sdk-rekognition/types.rb

#qualityTypes::DetectLabelsImageQuality

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



2192
2193
2194
2195
2196
2197
# File 'lib/aws-sdk-rekognition/types.rb', line 2192

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