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)


3804
3805
3806
3807
3808
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 3804

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