Skip to main content

EOIGetLastDetectionInfoInputs

Encapsulates inputs for the call to the EyesOnIt.GetLastDetectionInfo method.

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe RTSP URL for the stream from which to get the last detection information. This URL must exactly match the URL provided to the AddStream method

Constructor

Supports simple construction of an EOIGetLastDetectionInfoInputs object.

Signature

Creates an EOIGetLastDetectionInfoInputs object from provided parameters.

public EOIGetLastDetectionInfoInputs(string streamUrl)

Parameters

NameTypeDescription
streamUrlstringthe RTSP URL for the stream from which to get the last detection information. This URL must exactly match the URL provided to the AddStream method

Methods

This class has no methods