This class is responsible for representing an ONVIF XML class candidate used for conveying information on the type of object inside a bounding box. More...
Public Member Functions | |
bool | Equals (ClassCandidate other) |
Provides value type equality semantics. | |
override bool | Equals (object obj) |
Provides value type equality semantics. | |
override int | GetHashCode () |
object.GetHashCode | |
XmlSchema | GetSchema () |
IXmlSerializable.GetSchema | |
void | ReadXml (XmlReader reader) |
IXmlSerializable.ReadXml | |
void | WriteXml (XmlWriter writer) |
IXmlSerializable.WriteXml | |
Properties | |
bool | IsValid [get] |
Gets whether the class candidate is valid according to the ONVIF standard, meaning it has a type and a likelihood greater in the interval ]0 ; 1]. | |
float | Likelihood [get, set] |
Gets or sets the likelihood that the type is correct. | |
string | Type [get, set] |
Gets or sets the type of the object. | |
This class is responsible for representing an ONVIF XML class candidate used for conveying information on the type of object inside a bounding box.
Instances of this class have value-identity, meaning that two classes with the same content are considered equal.
|
inline |
Provides value type equality semantics.
|
inline |
Provides value type equality semantics.
|
inline |
object.GetHashCode
|
inline |
IXmlSerializable.GetSchema
|
inline |
IXmlSerializable.ReadXml
|
inline |
IXmlSerializable.WriteXml
|
get |
Gets whether the class candidate is valid according to the ONVIF standard, meaning it has a type and a likelihood greater in the interval ]0 ; 1].
|
getset |
Gets or sets the likelihood that the type is correct.
|
getset |
Gets or sets the type of the object.