Skip to main content

EOIAlerting

Encapsulates alert settings that are provided as input to EyesOnIt as well as alert status values that are provided as output by EyesOnIt.

Namespace: EyesOnItSDK.Data.Elements

Properties

NameTypeDescription
AlertSecondsCountdoublethe number of seconds that the confidence level for an object description needs to stay above the alert threshold for that object description before an alert will trigger. This value should be between 0.1 and 3600.
ResetSecondsCountdoublethe number of seconds that the confidence level for an object description needs to stay below the alert threshold for the alert condition to reset. This value should be between 0.1 and 3600.
PhoneNumberstringthe phone number for SMS alerts. This string needs to be of the form "+11234567890" where the country code precedes the phone number digits without any other characters. Charges apply for SMS alerts.
ImageNotificationbooltrue to include an image with SMS notifications, false to exclude the image. Additional charges apply for SMS alerts with images.
LastDetectionEOILastDetectionDetails about the most recent detection
Alertingbool?true if the stream is in the alerting state, false otherwise
GenetecAlertingEOIGenetecAlertingSettings for sending alerts through Genetec

Constructor

The constructor supports simple construction of an EOIAlerting object.

Signature

public EOIAlerting()

Parameters

EOIAlerting only has a default constructor with no parameters

Methods

This class has no methods