onvif
    Preparing search index...

    Interface ImagingPreset

    Type describing the Imaging Preset settings.

    interface ImagingPreset {
        name: string;
        token: string;
        type: string;
    }
    Index
    name: string

    Human readable name of the Imaging Preset.

    token: string

    Unique identifier of this Imaging Preset.

    type: string

    Indicates Imaging Preset Type. Use timg:ImagingPresetType. Used for multi-language support and display.