Class: Aws::Rekognition::Types::GeneralLabelsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GeneralLabelsSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
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].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_category_exclusion_filters ⇒ Array<String>
The label categories that should be excluded from the return from DetectLabels.
-
#label_category_inclusion_filters ⇒ Array<String>
The label categories that should be included in the return from DetectLabels.
-
#label_exclusion_filters ⇒ Array<String>
The labels that should be excluded from the return from DetectLabels.
-
#label_inclusion_filters ⇒ Array<String>
The labels that should be included in the return from DetectLabels.
Instance Attribute Details
#label_category_exclusion_filters ⇒ Array<String>
The label categories that should be excluded from the return from DetectLabels.
3214 3215 3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3214 class GeneralLabelsSettings < Struct.new( :label_inclusion_filters, :label_exclusion_filters, :label_category_inclusion_filters, :label_category_exclusion_filters) SENSITIVE = [] include Aws::Structure end |
#label_category_inclusion_filters ⇒ Array<String>
The label categories that should be included in the return from DetectLabels.
3214 3215 3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3214 class GeneralLabelsSettings < Struct.new( :label_inclusion_filters, :label_exclusion_filters, :label_category_inclusion_filters, :label_category_exclusion_filters) SENSITIVE = [] include Aws::Structure end |
#label_exclusion_filters ⇒ Array<String>
The labels that should be excluded from the return from DetectLabels.
3214 3215 3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3214 class GeneralLabelsSettings < Struct.new( :label_inclusion_filters, :label_exclusion_filters, :label_category_inclusion_filters, :label_category_exclusion_filters) SENSITIVE = [] include Aws::Structure end |
#label_inclusion_filters ⇒ Array<String>
The labels that should be included in the return from DetectLabels.
3214 3215 3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3214 class GeneralLabelsSettings < Struct.new( :label_inclusion_filters, :label_exclusion_filters, :label_category_inclusion_filters, :label_category_exclusion_filters) SENSITIVE = [] include Aws::Structure end |