Class: Aws::Types::DetectLabelsImageQuality

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#brightness::Float

Returns the value of attribute brightness.

Returns:

  • (::Float)


590
591
592
# File 'sig/types.rbs', line 590

def brightness
  @brightness
end

#contrast::Float

Returns the value of attribute contrast.

Returns:

  • (::Float)


592
593
594
# File 'sig/types.rbs', line 592

def contrast
  @contrast
end

#sharpness::Float

Returns the value of attribute sharpness.

Returns:

  • (::Float)


591
592
593
# File 'sig/types.rbs', line 591

def sharpness
  @sharpness
end