Class: Aws::Rekognition::Types::LabelCategory
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::LabelCategory
- 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
-
#name ⇒ String
The name of a category that applies to a given label.
Instance Attribute Details
#name ⇒ String
The name of a category that applies to a given label.
4759 4760 4761 4762 4763 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4759 class LabelCategory < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |