

# Celebrity


Provides information about a celebrity recognized by the [RecognizeCelebrities](API_RecognizeCelebrities.md) operation.

## Contents


 ** Face **   <a name="rekognition-Type-Celebrity-Face"></a>
Provides information about the celebrity's face, such as its location on the image.  
Type: [ComparedFace](API_ComparedFace.md) object  
Required: No

 ** Id **   <a name="rekognition-Type-Celebrity-Id"></a>
A unique identifier for the celebrity.   
Type: String  
Pattern: `[0-9A-Za-z]*`   
Required: No

 ** KnownGender **   <a name="rekognition-Type-Celebrity-KnownGender"></a>
The known gender identity for the celebrity that matches the provided ID. The known gender identity can be Male, Female, Nonbinary, or Unlisted.  
Type: [KnownGender](API_KnownGender.md) object  
Required: No

 ** MatchConfidence **   <a name="rekognition-Type-Celebrity-MatchConfidence"></a>
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.  
Type: Float  
Valid Range: Minimum value of 0. Maximum value of 100.  
Required: No

 ** Name **   <a name="rekognition-Type-Celebrity-Name"></a>
The name of the celebrity.  
Type: String  
Required: No

 ** Urls **   <a name="rekognition-Type-Celebrity-Urls"></a>
An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.  
Type: Array of strings  
Array Members: Minimum number of 0 items. Maximum number of 255 items.  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/rekognition-2016-06-27/Celebrity) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/rekognition-2016-06-27/Celebrity) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/rekognition-2016-06-27/Celebrity) 