Class: Aws::Rekognition::Types::DetectLabelsImagePropertiesSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

Settings for the IMAGE_PROPERTIES feature type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_dominant_colorsInteger

The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.

Returns:

  • (Integer)


2210
2211
2212
2213
2214
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2210

class DetectLabelsImagePropertiesSettings < Struct.new(
  :max_dominant_colors)
  SENSITIVE = []
  include Aws::Structure
end