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< RecognitionMode > | All [get] |
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.
override bool RealNetworks.ArgusKit.RecognitionMode.Equals | ( | object | obj | ) |
bool RealNetworks.ArgusKit.RecognitionMode.Equals | ( | RecognitionMode | other | ) |
override int RealNetworks.ArgusKit.RecognitionMode.GetHashCode | ( | ) |
|
static |
|
static |
override string RealNetworks.ArgusKit.RecognitionMode.ToString | ( | ) |
|
static |
Allows the recognizer to learn a new person
|
static |
The recognizer may only recognize a person but it may not add new person identities to its database.
|
static |
The recognizer should return information about persons which are similar to the recognized person.
|
staticget |