Class: Aws::Rekognition::Types::GetCelebrityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::GetCelebrityInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Note:
When making an API call, you may pass GetCelebrityInfoRequest data as a hash:
{
id: "RekognitionUniqueId", # required
}
Instance Attribute Summary collapse
-
#id ⇒ String
The ID for the celebrity.
Instance Attribute Details
#id ⇒ String
The ID for the celebrity. You get the celebrity ID from a call to the operation, which recognizes celebrities in an image.
829 830 831 832 |
# File 'lib/aws-sdk-rekognition/types.rb', line 829 class GetCelebrityInfoRequest < Struct.new( :id) include Aws::Structure end |