SAFR Windows SDK
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
RealNetworks.ArgusKit.RecognizedFace Class Reference

A face that was recognized and which provides person information. More...

Properties

DetectedFace Face [get]
 The detected face information. More...
 
Person Person [get]
 The person information. More...
 
bool IsNew [get]
 True if the face was newly added to the database; false if it was already there. More...
 

Detailed Description

A face that was recognized and which provides person information.

Property Documentation

◆ Face

DetectedFace RealNetworks.ArgusKit.RecognizedFace.Face
get

The detected face information.

◆ IsNew

bool RealNetworks.ArgusKit.RecognizedFace.IsNew
get

True if the face was newly added to the database; false if it was already there.

◆ Person

Person RealNetworks.ArgusKit.RecognizedFace.Person
get

The person information.