exiftool-vendored
    Preparing search index...

    Interface TagDescription

    Description information for a metadata tag.

    interface TagDescription {
        desc: string;
        see?: string;
    }
    Index

    Properties

    Properties

    desc: string

    Human-readable description of what this tag represents.

    see?: string

    Optional URL reference to ExifTool documentation or other resources.