Class: Aws::Rekognition::Types::LabelDetectionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::LabelDetectionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#general_labels ⇒ Types::GeneralLabelsSettings
Contains filters for the object labels returned by DetectLabels.
Instance Attribute Details
#general_labels ⇒ Types::GeneralLabelsSettings
Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see [Detecting Labels].
4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4817 class LabelDetectionSettings < Struct.new( :general_labels) SENSITIVE = [] include Aws::Structure end |