AnalyticsActorInfo.h
Go to the documentation of this file.
double x
The x location of the actor, as a percentage of the overall image width.
Definition: AnalyticsActorInfo.h:38
double height
The height of the actor.
Definition: AnalyticsActorInfo.h:107
double horizontal_position
The horizontal position of the actor.
Definition: AnalyticsActorInfo.h:94
double height
The height of the actor point, as a percentage of the overall image height.
Definition: AnalyticsActorInfo.h:58
std::wstring detection_type
String describing the actor detection type.
Definition: AnalyticsActorInfo.h:125
int32_t actor_id
The actor ID, this will be unique for each object detected.
Definition: AnalyticsActorInfo.h:87
int64_t timestamp
The timestamp of this point.
Definition: AnalyticsActorInfo.h:72
double width
The width of the actor point, as a percentage of the overall image width.
Definition: AnalyticsActorInfo.h:51
struct AnalyticsActorInfo AnalyticsActorInfo
Describes an analytics actor data object being received.
struct AnalyticsActorPoint AnalyticsActorPoint
Describes an analytics actor points.
bool alarming
True if the actor is in an alarming state.
Definition: AnalyticsActorInfo.h:119
double y
The y location of the actor, as a percentage of the overall image height.
Definition: AnalyticsActorInfo.h:44
The EdgeVis Decoder SDK namespace.
double vertical_position
The vertical position of the actor.
Definition: AnalyticsActorInfo.h:100
bool alarming
True if the actor was alarming at this point.
Definition: AnalyticsActorInfo.h:65
Describes an analytics actor data object being received.
Definition: AnalyticsActorInfo.h:80