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

Object which represents the result of a recognition request. More...

Public Member Functions

override string ToString ()
 The debug description More...
 

Properties

Person Person [get]
 The person that was recognized More...
 
bool IsNew [get]
 Returns true if this is a face that the recognizer has never seen before and thus it just created a person ID for it. More...
 
Microseconds RecognitionDuration [get]
 The time it took to recognize the face More...
 

Detailed Description

Object which represents the result of a recognition request.

Member Function Documentation

◆ ToString()

override string RealNetworks.ArgusKit.RecognitionResult.ToString ( )

The debug description

Returns
the description

Property Documentation

◆ IsNew

bool RealNetworks.ArgusKit.RecognitionResult.IsNew
get

Returns true if this is a face that the recognizer has never seen before and thus it just created a person ID for it.

◆ Person

Person RealNetworks.ArgusKit.RecognitionResult.Person
get

The person that was recognized

◆ RecognitionDuration

Microseconds RealNetworks.ArgusKit.RecognitionResult.RecognitionDuration
get

The time it took to recognize the face