Class: Aws::Rekognition::Types::GetCelebrityInfoResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#known_genderTypes::KnownGender

Retrieves the known gender for the celebrity.

Returns:



3254
3255
3256
3257
3258
3259
3260
# File 'lib/aws-sdk-rekognition/types.rb', line 3254

class GetCelebrityInfoResponse < Struct.new(
  :urls,
  :name,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the celebrity.

Returns:

  • (String)


3254
3255
3256
3257
3258
3259
3260
# File 'lib/aws-sdk-rekognition/types.rb', line 3254

class GetCelebrityInfoResponse < Struct.new(
  :urls,
  :name,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#urlsArray<String>

An array of URLs pointing to additional celebrity information.

Returns:

  • (Array<String>)


3254
3255
3256
3257
3258
3259
3260
# File 'lib/aws-sdk-rekognition/types.rb', line 3254

class GetCelebrityInfoResponse < Struct.new(
  :urls,
  :name,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end