Class: Aws::Rekognition::Types::DetectLabelsImageBackground

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

Overview

The background 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 background 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:



2136
2137
2138
2139
2140
2141
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2136

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

#qualityTypes::DetectLabelsImageQuality

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



2136
2137
2138
2139
2140
2141
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2136

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