Class: Aws::Rekognition::Types::KnownGender
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::KnownGender
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
A string value of the KnownGender info about the Celebrity.
Instance Attribute Details
#type ⇒ String
A string value of the KnownGender info about the Celebrity.
4693 4694 4695 4696 4697 |
# File 'lib/aws-sdk-rekognition/types.rb', line 4693 class KnownGender < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |