Class CameraAnalyticsSection
Provides access to camera analytics API endpoints
public class CameraAnalyticsSection
- Inheritance
-
CameraAnalyticsSection
- Inherited Members
Constructors
CameraAnalyticsSection()
public CameraAnalyticsSection()
Properties
Live
Returns live state from camera analytics zones
public ICameraAnalyticsLive Live { get; }
Property Value
Overview
Returns an overview of aggregate analytics data for a timespan
public ICameraAnalyticsOverview Overview { get; }
Property Value
Recent
Returns most recent record for analytics zones
public ICameraAnalyticsRecent Recent { get; }
Property Value
Zones
Return historical records for analytic zones
public ICameraAnalyticsZones Zones { get; }