Class: Aws::Rekognition::Types::LabelCategory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

The category that applies to a given label.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a category that applies to a given label.

Returns:

  • (String)


4746
4747
4748
4749
4750
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4746

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