Method: Aws::Rekognition::Types::DetectLabelsImageForeground#quality
- Defined in:
- lib/aws-sdk-rekognition/types.rb
#quality ⇒ Types::DetectLabelsImageQuality
The quality of the image foreground as defined by brightness and sharpness.
2214 2215 2216 2217 2218 2219 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2214 class DetectLabelsImageForeground < Struct.new( :quality, :dominant_colors) SENSITIVE = [] include Aws::Structure end |