Storage for Known Object custom attributes. More...
Public Attributes | |
PersonIdClass? | IdClass = null |
The id class specifies the id class of the recognized object. More... | |
bool | IsThreat => IdClass == PersonIdClass.Threat |
bool | IsConcern => IdClass == PersonIdClass.Concern |
bool | IsPerson => (ObjectType == "common" || ObjectType == "person") && ObjectIdentifier == "person" |
Properties | |
string | ObjectIdentifier = null [get] |
The object's unique ID More... | |
string | ObjectType = null [get] |
The object's type More... | |
bool | Enabled = true [get, set] |
The enabled flag specifies whether detection of this recognized object is enabled. More... | |
Storage for Known Object custom attributes.
PersonIdClass? RealNetworks.ArgusKit.RecognizedObject.IdClass = null |
The id class specifies the id class of the recognized object.
bool RealNetworks.ArgusKit.RecognizedObject.IsConcern => IdClass == PersonIdClass.Concern |
bool RealNetworks.ArgusKit.RecognizedObject.IsPerson => (ObjectType == "common" || ObjectType == "person") && ObjectIdentifier == "person" |
bool RealNetworks.ArgusKit.RecognizedObject.IsThreat => IdClass == PersonIdClass.Threat |
|
getset |
The enabled flag specifies whether detection of this recognized object is enabled.
|
get |
The object's unique ID
|
get |
The object's type