Class: Aws::Rekognition::Types::GetCelebrityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetCelebrityInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#known_gender ⇒ Types::KnownGender
Retrieves the known gender for the celebrity.
3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3267 class GetCelebrityInfoResponse < Struct.new( :urls, :name, :known_gender) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the celebrity.
3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3267 class GetCelebrityInfoResponse < Struct.new( :urls, :name, :known_gender) SENSITIVE = [] include Aws::Structure end |
#urls ⇒ Array<String>
An array of URLs pointing to additional celebrity information.
3267 3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-rekognition/types.rb', line 3267 class GetCelebrityInfoResponse < Struct.new( :urls, :name, :known_gender) SENSITIVE = [] include Aws::Structure end |