onvif
    Preparing search index...

    Interface FindMetadataResult

    interface FindMetadataResult {
        recordingToken: string;
        time: Date;
        trackToken: string;
        [key: string]: unknown;
    }

    Indexable

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

    A reference to the recording containing the metadata.

    time: Date

    The point in time when the matching metadata occurs in the metadata track.

    trackToken: string

    A reference to the metadata track containing the matching metadata.