onvif
    Preparing search index...

    Interface AnalyticsCapabilities

    interface AnalyticsCapabilities {
        analyticsModuleSupport: boolean;
        ruleSupport: boolean;
        XAddr: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    analyticsModuleSupport: boolean

    Indicates whether or not modules are supported.

    ruleSupport: boolean

    Indicates whether or not rules are supported.

    XAddr: string

    Analytics service URI.