exiftool-vendored
    Preparing search index...

    Interface KeywordInfoStruct

    Root structure for MWG hierarchical keyword metadata.

    Contains the top-level hierarchy of keyword structures organized in a tree format.

    interface KeywordInfoStruct {
        Hierarchy?: KeywordStruct[];
    }
    Index

    Properties

    Properties

    Hierarchy?: KeywordStruct[]

    Array of keyword structures representing the top level of the keyword hierarchy.