Class: Aws::Rekognition::Types::GeneralLabelsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GeneralLabelsSettings
- Defined in:
- gems/aws-sdk-rekognition/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 l abels or entire label categories.
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.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2632 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.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2632 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.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2632 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.
2632 2633 2634 2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2632 class GeneralLabelsSettings < Struct.new( :label_inclusion_filters, :label_exclusion_filters, :label_category_inclusion_filters, :label_category_exclusion_filters) SENSITIVE = [] include Aws::Structure end |