Represents the information that is needed to attempt the recognition of a person from a face More...
Public Member Functions | |
RecognitionAttempt (Int64 localId, Int64 seed, RecognitionAttemptReason reason, bool shouldInsert, RecognitionCandidate candidate, Timestamp timestamp) | |
Properties | |
Int64 | LocalId [get] |
The local ID of the associated tracked face. More... | |
Int64 | Seed [get] |
The globally unique id of this recognition attempt. More... | |
RecognitionAttemptReason | Reason [get] |
Returns the reason for the recognition attempt. More... | |
bool | ShouldInsert [get] |
Returns true if the recognizer should insert the recognized face into the Cloud database (aka persist the face thumbnail). More... | |
RecognitionCandidate | Candidate [get] |
The candidate that should be used for this recognition attempt. More... | |
Timestamp | RecognitionAttemptTime [get] |
The time when we started the most recent recognition attempt. More... | |
Microseconds | RecognitionDuration [get, set] |
Returns the face recognition time. More... | |
RecognitionAttemptResult | Result [get, set] |
Returns the result of the recognition attempt. More... | |
Exception | Error [get, set] |
Recognition error. More... | |
bool | ReceivedValidFaceRecognitionResult [get, set] |
Represents the information that is needed to attempt the recognition of a person from a face
RealNetworks.ArgusKit.RecognitionAttempt.RecognitionAttempt | ( | Int64 | localId, |
Int64 | seed, | ||
RecognitionAttemptReason | reason, | ||
bool | shouldInsert, | ||
RecognitionCandidate | candidate, | ||
Timestamp | timestamp | ||
) |
|
get |
The candidate that should be used for this recognition attempt.
|
getset |
Recognition error.
|
get |
The local ID of the associated tracked face.
|
get |
Returns the reason for the recognition attempt.
|
getset |
|
get |
The time when we started the most recent recognition attempt.
|
getset |
Returns the face recognition time.
|
getset |
Returns the result of the recognition attempt.
|
get |
The globally unique id of this recognition attempt.
|
get |
Returns true if the recognizer should insert the recognized face into the Cloud database (aka persist the face thumbnail).