onvif
    Preparing search index...

    Interface FindEventResult

    interface FindEventResult {
        event: unknown;
        recordingToken: string;
        startStateEvent: boolean;
        time: Date;
        trackToken: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    event: unknown

    The description of the event.

    recordingToken: string

    The recording where this event was found. Empty string if no recording is associated with this event.

    startStateEvent: boolean

    If true, indicates that the event is a virtual event generated for this particular search session to give the state of a property at the start time of the search.

    time: Date

    The time when the event occured.

    trackToken: string

    A reference to the track where this event was found. Empty string if no track is associated with this event.