onvif
    Preparing search index...

    Interface GetMetadataSearchResults

    interface GetMetadataSearchResults {
        maxResults?: number;
        minResults?: number;
        searchToken: string;
        waitTime?: string;
    }
    Index
    maxResults?: number

    The maximum number of results to return in one response.

    minResults?: number

    The minimum number of results to return in one response.

    searchToken: string

    The search session to get results from.

    waitTime?: string

    The maximum time before responding to the request, even if the MinResults parameter is not fulfilled.