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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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.



4804
4805
4806
4807
4808
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4804

class LabelDetectionSettings < Struct.new(
  :general_labels)
  SENSITIVE = []
  include Aws::Structure
end