exiftool-vendored
    Preparing search index...

    Interface MWGKeywordTags

    Note: this is a partial interface: ExifTool extracts more fields from this group type (but I haven't seen those in the wild).

    interface MWGKeywordTags {
        HierarchicalKeywords?: KeywordStruct[];
        KeywordInfo?: KeywordInfoStruct[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    HierarchicalKeywords?: KeywordStruct[]
    KeywordInfo?: KeywordInfoStruct[]