Class: Aws::Types::DetectLabelsImageQuality
- Inherits:
-
Object
- Object
- Aws::Types::DetectLabelsImageQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brightness ⇒ ::Float
Returns the value of attribute brightness.
-
#contrast ⇒ ::Float
Returns the value of attribute contrast.
-
#sharpness ⇒ ::Float
Returns the value of attribute sharpness.
Instance Attribute Details
#brightness ⇒ ::Float
Returns the value of attribute brightness.
590 591 592 |
# File 'sig/types.rbs', line 590 def brightness @brightness end |
#contrast ⇒ ::Float
Returns the value of attribute contrast.
592 593 594 |
# File 'sig/types.rbs', line 592 def contrast @contrast end |
#sharpness ⇒ ::Float
Returns the value of attribute sharpness.
591 592 593 |
# File 'sig/types.rbs', line 591 def sharpness @sharpness end |