onvif
    Preparing search index...

    Interface AlgorithmIdentifier

    An identifier of an algorithm.

    interface AlgorithmIdentifier {
        algorithm: string;
        anyParameters?: anyParameters;
        parameters?: unknown;
    }
    Index
    algorithm: string

    The OID of the algorithm in dot-decimal form.

    anyParameters?: anyParameters
    parameters?: unknown

    Optional parameters of the algorithm (depending on the algorithm).