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

The recognition mode controls whether the recognizer is allowed to learn a new person or whether it should only do recognitions. Also whether information about similar persons should be returned. More...

Public Member Functions

override int GetHashCode ()
 
override bool Equals (object obj)
 
bool Equals (RecognitionMode other)
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (RecognitionMode lhs, RecognitionMode rhs)
 
static bool operator!= (RecognitionMode lhs, RecognitionMode rhs)
 

Static Public Attributes

static readonly RecognitionMode Learn = new RecognitionMode("learn")
 Allows the recognizer to learn a new person More...
 
static readonly RecognitionMode Recognize = new RecognitionMode("recognize")
 The recognizer may only recognize a person but it may not add new person identities to its database. More...
 
static readonly RecognitionMode Similar = new RecognitionMode("similar")
 The recognizer should return information about persons which are similar to the recognized person. More...
 

Properties

static List< RecognitionModeAll [get]
 

Detailed Description

The recognition mode controls whether the recognizer is allowed to learn a new person or whether it should only do recognitions. Also whether information about similar persons should be returned.

Member Function Documentation

◆ Equals() [1/2]

override bool RealNetworks.ArgusKit.RecognitionMode.Equals ( object  obj)

◆ Equals() [2/2]

bool RealNetworks.ArgusKit.RecognitionMode.Equals ( RecognitionMode  other)

◆ GetHashCode()

override int RealNetworks.ArgusKit.RecognitionMode.GetHashCode ( )

◆ operator!=()

static bool RealNetworks.ArgusKit.RecognitionMode.operator!= ( RecognitionMode  lhs,
RecognitionMode  rhs 
)
static

◆ operator==()

static bool RealNetworks.ArgusKit.RecognitionMode.operator== ( RecognitionMode  lhs,
RecognitionMode  rhs 
)
static

◆ ToString()

override string RealNetworks.ArgusKit.RecognitionMode.ToString ( )

Member Data Documentation

◆ Learn

readonly RecognitionMode RealNetworks.ArgusKit.RecognitionMode.Learn = new RecognitionMode("learn")
static

Allows the recognizer to learn a new person

◆ Recognize

readonly RecognitionMode RealNetworks.ArgusKit.RecognitionMode.Recognize = new RecognitionMode("recognize")
static

The recognizer may only recognize a person but it may not add new person identities to its database.

◆ Similar

readonly RecognitionMode RealNetworks.ArgusKit.RecognitionMode.Similar = new RecognitionMode("similar")
static

The recognizer should return information about persons which are similar to the recognized person.

Property Documentation

◆ All

List<RecognitionMode> RealNetworks.ArgusKit.RecognitionMode.All
staticget