Class: Aws::Rekognition::Types::DetectLabelsImagePropertiesSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectLabelsImagePropertiesSettings
- 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
-
#max_dominant_colors ⇒ Integer
The maximum number of dominant colors to return when detecting labels in an image.
Instance Attribute Details
#max_dominant_colors ⇒ Integer
The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.
1822 1823 1824 1825 1826 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 1822 class DetectLabelsImagePropertiesSettings < Struct.new( :max_dominant_colors) SENSITIVE = [] include Aws::Structure end |