Class: Aws::Rekognition::Types::LabelDetectionSettings

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

Instance Attribute Details

#general_labelsTypes::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].

[1]: docs.aws.amazon.com/rekognition/latest/dg/labels.html



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