Class: Aws::Types::DetectLabelsImageProperties
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsImageProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background ⇒ Types::DetectLabelsImageBackground
Returns the value of attribute background.
-
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
-
#foreground ⇒ Types::DetectLabelsImageForeground
Returns the value of attribute foreground.
-
#quality ⇒ Types::DetectLabelsImageQuality
Returns the value of attribute quality.
Instance Attribute Details
#background ⇒ Types::DetectLabelsImageBackground
Returns the value of attribute background.
580 581 582 |
# File 'sig/types.rbs', line 580 def background @background end |
#dominant_colors ⇒ ::Array[Types::DominantColor]
Returns the value of attribute dominant_colors.
578 579 580 |
# File 'sig/types.rbs', line 578 def dominant_colors @dominant_colors end |
#foreground ⇒ Types::DetectLabelsImageForeground
Returns the value of attribute foreground.
579 580 581 |
# File 'sig/types.rbs', line 579 def foreground @foreground end |
#quality ⇒ Types::DetectLabelsImageQuality
Returns the value of attribute quality.
577 578 579 |
# File 'sig/types.rbs', line 577 def quality @quality end |