IRekognitionCelebrityDetail
Interface in AWS.Rekognition
Interface for CelebrityDetail.
Properties
BoundingBox
property BoundingBox: IRekognitionBoundingBox
Type: IRekognitionBoundingBox
The bounding box around the body of the celebrity.
Confidence
property Confidence: TOptional<Single>
The confidence level that the recognized face is a celebrity.
Face
property Face: IRekognitionFaceDetail
Type: IRekognitionFaceDetail
Information about the celebrity's face.
Id
property Id: string
A unique identifier for the celebrity.
KnownGender
property KnownGender: IRekognitionKnownGender
Type: IRekognitionKnownGender
The known gender identity for the celebrity.
Name
property Name: string
The name of the celebrity.
Urls
property Urls: TList<string>
A list of URLs pointing to additional information about the celebrity.