/AWS1/CL_REKCELEBRITYDETAIL¶
Information about a recognized celebrity.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_urls
TYPE /AWS1/CL_REKURLS_W=>TT_URLS
TT_URLS
¶
An array of URLs pointing to additional celebrity information.
iv_name
TYPE /AWS1/REKSTRING
/AWS1/REKSTRING
¶
The name of the celebrity.
iv_id
TYPE /AWS1/REKREKOGNITIONUNIQUEID
/AWS1/REKREKOGNITIONUNIQUEID
¶
The unique identifier for the celebrity.
iv_confidence
TYPE /AWS1/RT_FLOAT_AS_STRING
/AWS1/RT_FLOAT_AS_STRING
¶
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
io_boundingbox
TYPE REF TO /AWS1/CL_REKBOUNDINGBOX
/AWS1/CL_REKBOUNDINGBOX
¶
Bounding box around the body of a celebrity.
io_face
TYPE REF TO /AWS1/CL_REKFACEDETAIL
/AWS1/CL_REKFACEDETAIL
¶
Face details for the recognized celebrity.
io_knowngender
TYPE REF TO /AWS1/CL_REKKNOWNGENDER
/AWS1/CL_REKKNOWNGENDER
¶
Retrieves the known gender for the celebrity.
Queryable Attributes¶
Urls¶
An array of URLs pointing to additional celebrity information.
Accessible with the following methods¶
Method | Description |
---|---|
GET_URLS() |
Getter for URLS, with configurable default |
ASK_URLS() |
Getter for URLS w/ exceptions if field has no value |
HAS_URLS() |
Determine if URLS has a value |
Name¶
The name of the celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Id¶
The unique identifier for the celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Confidence¶
The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
STR_CONFIDENCE() |
String format for CONFIDENCE, with configurable default |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
BoundingBox¶
Bounding box around the body of a celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BOUNDINGBOX() |
Getter for BOUNDINGBOX |
Face¶
Face details for the recognized celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FACE() |
Getter for FACE |
KnownGender¶
Retrieves the known gender for the celebrity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KNOWNGENDER() |
Getter for KNOWNGENDER |