Class: Aws::Rekognition::Types::DetectLabelsImagePropertiesSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectLabelsImagePropertiesSettings
- Includes:
- Structure
- Defined in:
- 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.
2222 2223 2224 2225 2226 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2222 class DetectLabelsImagePropertiesSettings < Struct.new( :max_dominant_colors) SENSITIVE = [] include Aws::Structure end |