exiftool-vendored
    Preparing search index...

    Interface AddTagEdit

    interface AddTagEdit {
        operation: "add";
        predicate?: undefined;
        tag:
            | "IPTC:CatalogSets"
            | "IPTC:Keywords"
            | "MIE-Doc:Keywords"
            | "XMP-acdsee:Keywords"
            | "XMP-dc:Subject"
            | "XMP-digiKam:TagsList"
            | "XMP-expressionmedia:CatalogSets"
            | "XMP-expressionmedia:People"
            | "XMP-iptcExt:PersonInImage"
            | "XMP-lr:HierarchicalSubject"
            | "XMP-mediapro:CatalogSets"
            | "XMP-mediapro:People"
            | "XMP-microsoft:LastKeywordXMP";
        value: string;
    }
    Index
    operation: "add"
    predicate?: undefined
    tag:
        | "IPTC:CatalogSets"
        | "IPTC:Keywords"
        | "MIE-Doc:Keywords"
        | "XMP-acdsee:Keywords"
        | "XMP-dc:Subject"
        | "XMP-digiKam:TagsList"
        | "XMP-expressionmedia:CatalogSets"
        | "XMP-expressionmedia:People"
        | "XMP-iptcExt:PersonInImage"
        | "XMP-lr:HierarchicalSubject"
        | "XMP-mediapro:CatalogSets"
        | "XMP-mediapro:People"
        | "XMP-microsoft:LastKeywordXMP"
    value: string