AnalyticsActorInfo Struct Reference

Detailed Description

Describes an analytics actor data object being received.

#include <AnalyticsActorInfo.h>

Public Attributes

int32_t actor_id
 The actor ID, this will be unique for each object detected. More...
 
double horizontal_position
 The horizontal position of the actor. More...
 
double vertical_position
 The vertical position of the actor. More...
 
double height
 The height of the actor. More...
 
double width
 The width of the actor. More...
 
bool alarming
 True if the actor is in an alarming state.
 
std::wstring detection_type
 String describing the actor detection type. More...
 

Member Data Documentation

int32_t AnalyticsActorInfo::actor_id

The actor ID, this will be unique for each object detected.

double AnalyticsActorInfo::horizontal_position

The horizontal position of the actor.

double AnalyticsActorInfo::vertical_position

The vertical position of the actor.

double AnalyticsActorInfo::height

The height of the actor.

double AnalyticsActorInfo::width

The width of the actor.

std::wstring AnalyticsActorInfo::detection_type

String describing the actor detection type.

Empty string if no detection type available.


The documentation for this struct was generated from the following file: