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)

Properties

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