onvif
    Preparing search index...

    Interface FindRecordingResultList

    interface FindRecordingResultList {
        recordingInformation?: RecordingInformation[];
        searchState: SearchState;
    }
    Index
    recordingInformation?: RecordingInformation[]

    A RecordingInformation structure for each found recording 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.