Class: Aws::Rekognition::Types::CelebrityDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::CelebrityDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Information about a recognized celebrity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Bounding box around the body of a celebrity.
-
#confidence ⇒ Float
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
-
#face ⇒ Types::FaceDetail
Face details for the recognized celebrity.
-
#id ⇒ String
The unique identifier for the celebrity.
-
#known_gender ⇒ Types::KnownGender
Retrieves the known gender for the celebrity.
-
#name ⇒ String
The name of the celebrity.
-
#urls ⇒ Array<String>
An array of URLs pointing to additional celebrity information.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Bounding box around the body of a celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |
#confidence ⇒ Float
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |
#face ⇒ Types::FaceDetail
Face details for the recognized celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |
#id ⇒ String
The unique identifier for the celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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_gender ⇒ Types::KnownGender
Retrieves the known gender for the celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |
#name ⇒ String
The name of the celebrity.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |
#urls ⇒ Array<String>
An array of URLs pointing to additional celebrity information.
401 402 403 404 405 406 407 408 409 410 411 |
# File '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 |