Class: Aws::Rekognition::Types::KnownGender

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

A string value of the KnownGender info about the Celebrity.

Returns:

  • (String)


4693
4694
4695
4696
4697
# File 'lib/aws-sdk-rekognition/types.rb', line 4693

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