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 labels or entire label categories. To see a list of label categories, see Detecting Labels.

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>)


3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3201

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>)


3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3201

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>)


3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3201

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>)


3201
3202
3203
3204
3205
3206
3207
3208
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3201

class GeneralLabelsSettings < Struct.new(
  :label_inclusion_filters,
  :label_exclusion_filters,
  :label_category_inclusion_filters,
  :label_category_exclusion_filters)
  SENSITIVE = []
  include Aws::Structure
end