Class: Aws::Rekognition::Types::GeneralLabelsSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#label_category_exclusion_filtersArray<String>

The label categories that should be excluded from the return from DetectLabels.

Returns:

  • (Array<String>)


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_filtersArray<String>

The label categories that should be included in the return from DetectLabels.

Returns:

  • (Array<String>)


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_filtersArray<String>

The labels that should be excluded from the return from DetectLabels.

Returns:

  • (Array<String>)


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_filtersArray<String>

The labels that should be included in the return from DetectLabels.

Returns:

  • (Array<String>)


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