Class: Aws::Types::DetectLabelsImageProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundTypes::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.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def dominant_colors
  @dominant_colors
end

#foregroundTypes::DetectLabelsImageForeground

Returns the value of attribute foreground.



579
580
581
# File 'sig/types.rbs', line 579

def foreground
  @foreground
end

#qualityTypes::DetectLabelsImageQuality

Returns the value of attribute quality.



577
578
579
# File 'sig/types.rbs', line 577

def quality
  @quality
end