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.

Properties

NameTypeDescription
alert_seconds_countfloatthe 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.
reset_seconds_countfloatthe 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.
phone_numberstring (optional)the 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.
image_notificationbool (optional)true to include an image with SMS notifications, false to exclude the image. Additional charges apply for SMS alerts with images.
genetecEOIGenetecAlerting (optional)Settings for sending alerts through Genetec

Constructor

The constructor supports simple construction of an EOIAlerting object.

Signature

public EOIAlerting()

The default constructor creates an public EOIAlerting() object with default values.

Parameters

EOIAlerting only has a default constructor with no parameters

Methods

This class has no methods