onvif
    Preparing search index...

    Interface FindEventResultList

    interface FindEventResultList {
        result?: FindEventResult[];
        searchState: SearchState;
    }
    Index
    result?: FindEventResult[]

    A FindEventResult structure for each found event matching the search.

    searchState: SearchState

    The state of the search when the result is returned. Indicates if there can be more results, or if the search is completed.