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 full)

Properties

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