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

The face recognizer. This class takes care of packaging the face image up and sending it to the cloud for recognition. It receives the result and returns it to the caller. More...

Inheritance diagram for RealNetworks.ArgusKit.FaceRecognizer:

Public Member Functions

void Dispose ()
 
void Dispose (bool fromIDisposable)
 

Properties

int? MaxConcurrencyCount [get]
 Returns the number of detector instances that the face detector can use for detection. More...
 

Detailed Description

The face recognizer. This class takes care of packaging the face image up and sending it to the cloud for recognition. It receives the result and returns it to the caller.

Member Function Documentation

◆ Dispose() [1/2]

void RealNetworks.ArgusKit.FaceRecognizer.Dispose ( )

◆ Dispose() [2/2]

void RealNetworks.ArgusKit.FaceRecognizer.Dispose ( bool  fromIDisposable)

Property Documentation

◆ MaxConcurrencyCount

int? RealNetworks.ArgusKit.FaceRecognizer.MaxConcurrencyCount
get

Returns the number of detector instances that the face detector can use for detection.