Class: Aws::Types::DetectLabelsImageForeground
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsImageForeground
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
-
#quality ⇒ Types::DetectLabelsImageQuality
Returns the value of attribute quality.
Instance Attribute Details
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
572 573 574 |
# File 'sig/types.rbs', line 572 def dominant_colors @dominant_colors end |
#quality ⇒ Types::DetectLabelsImageQuality
Returns the value of attribute quality.
571 572 573 |
# File 'sig/types.rbs', line 571 def quality @quality end |