◆ Identity() [1/2]
Digikam::Identity::Identity |
( |
| ) |
|
Wraps a face recognition Identity. An identity refers to a natural person. There is an internal id which is used the FacesEngine storage, and a number of attributes which map the identity to the outside. Prespecified attributes: "fullName" The full name as on the ID card, e.g. "Peter Brown" "name" The person's name without further specification, e.g. "Peter" or "Dad" "uuid" A UUID that is assigned to each new identity at creation.
For fullName and name, multiple values are allowed.
Attributes can be used to map an identity to other fields and services where natural persons play a role.
◆ Identity() [2/2]
Digikam::Identity::Identity |
( |
const Identity & |
other | ) |
|
◆ ~Identity()
Digikam::Identity::~Identity |
( |
| ) |
|
◆ attribute()
QString Digikam::Identity::attribute |
( |
const QString & |
att | ) |
const |
Attribute value accessor.
◆ attributesMap()
QMultiMap< QString, QString > Digikam::Identity::attributesMap |
( |
| ) |
const |
◆ id()
int Digikam::Identity::id |
( |
| ) |
const |
◆ isNull()
bool Digikam::Identity::isNull |
( |
| ) |
const |
◆ operator=()
◆ operator==()
bool Digikam::Identity::operator== |
( |
const Identity & |
other | ) |
const |
◆ setAttribute()
void Digikam::Identity::setAttribute |
( |
const QString & |
att, |
|
|
const QString & |
val |
|
) |
| |
◆ setAttributesMap()
void Digikam::Identity::setAttributesMap |
( |
const QMultiMap< QString, QString > & |
attributes | ) |
|
◆ setId()
void Digikam::Identity::setId |
( |
int |
id | ) |
|
The documentation for this class was generated from the following files: