Skip to content

/AWS1/CL_REKCOMPAREFACESMATCH

Provides information about a face in a target image that matches the source image face analyzed by CompareFaces. The Face property contains the bounding box of the face in the target image. The Similarity property is the confidence that the source image face matches the face in the bounding box.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_similarity TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

Level of confidence that the faces match.

io_face TYPE REF TO /AWS1/CL_REKCOMPAREDFACE /AWS1/CL_REKCOMPAREDFACE

Provides face metadata (bounding box and confidence that the bounding box actually contains a face).


Queryable Attributes

Similarity

Level of confidence that the faces match.

Accessible with the following methods

Method Description
GET_SIMILARITY() Getter for SIMILARITY, with configurable default
ASK_SIMILARITY() Getter for SIMILARITY w/ exceptions if field has no value
STR_SIMILARITY() String format for SIMILARITY, with configurable default
HAS_SIMILARITY() Determine if SIMILARITY has a value

Face

Provides face metadata (bounding box and confidence that the bounding box actually contains a face).

Accessible with the following methods

Method Description
GET_FACE() Getter for FACE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_COMPAREFACESMATCHLIST

TYPES TT_COMPAREFACESMATCHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKCOMPAREFACESMATCH WITH DEFAULT KEY
.