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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/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)


4680
4681
4682
4683
4684
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4680

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