exiftool-vendored
    Preparing search index...

    Interface KeywordStruct

    interface KeywordStruct {
        Children?: KeywordStruct[];
        Keyword: string;
    }
    Index

    Properties

    Properties

    Children?: KeywordStruct[]
    Keyword: string