Class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults
The analytics data
[DataContract]
public class OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults
- Inheritance
-
OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults
- Inherited Members
Constructors
OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults()
public OrganizationCameraDetectionsHistoryByBoundaryByIntervalItemResults()
Properties
EndTime
The period end time
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTime")]
public string EndTime { get; set; }
Property Value
In
The number of detections entered
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "in")]
public int In { get; set; }
Property Value
ObjectType
The detection type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "objectType")]
public string ObjectType { get; set; }
Property Value
Out
The number of detections exited
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "out")]
public int Out { get; set; }
Property Value
StartTime
The period start time
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTime")]
public string StartTime { get; set; }