Class: Aws::Rekognition::Types::CelebrityDetail

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

Overview

Information about a recognized celebrity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Bounding box around the body of a celebrity.

Returns:



401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#confidenceFloat

The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.

Returns:

  • (Float)


401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#faceTypes::FaceDetail

Face details for the recognized celebrity.

Returns:



401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the celebrity.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#known_genderTypes::KnownGender

Retrieves the known gender for the celebrity.

Returns:



401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the celebrity.

Returns:

  • (String)


401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end

#urlsArray<String>

An array of URLs pointing to additional celebrity information.

Returns:

  • (Array<String>)


401
402
403
404
405
406
407
408
409
410
411
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 401

class CelebrityDetail < Struct.new(
  :urls,
  :name,
  :id,
  :confidence,
  :bounding_box,
  :face,
  :known_gender)
  SENSITIVE = []
  include Aws::Structure
end