Class: Aws::Rekognition::Types::GetCelebrityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetCelebrityInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the celebrity.
-
#urls ⇒ Array<String>
An array of URLs pointing to additional celebrity information.
Instance Attribute Details
#name ⇒ String
The name of the celebrity.
842 843 844 845 846 |
# File 'lib/aws-sdk-rekognition/types.rb', line 842 class GetCelebrityInfoResponse < Struct.new( :urls, :name) include Aws::Structure end |
#urls ⇒ Array<String>
An array of URLs pointing to additional celebrity information.
842 843 844 845 846 |
# File 'lib/aws-sdk-rekognition/types.rb', line 842 class GetCelebrityInfoResponse < Struct.new( :urls, :name) include Aws::Structure end |