exiftool-vendored
    Preparing search index...

    Interface TagDescriptionsOptions

    Options for configuring TagDescriptions behavior.

    interface TagDescriptionsOptions {
        cacheDir?: string;
        disableDiskCache?: boolean;
        language?: string;
    }
    Index

    Properties

    cacheDir?: string

    Directory to cache parsed tag descriptions. Defaults to system temp directory.

    disableDiskCache?: boolean

    If true, disables disk caching. Useful for testing or memory-constrained environments. Defaults to false.

    language?: string

    Language code for descriptions (e.g., 'en', 'de', 'fr'). Defaults to 'en'.