@contentauth/c2pa-js
    Preparing search index...

    Description of the boundaries of an identified range.

    interface Item {
        identifier: string;
        value: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    identifier: string

    The container-specific term used to identify items, such as "track_id" for MP4 or "item_ID" for HEIF.

    value: string

    The value of the identifier, e.g. a value of "2" for an identifier of "track_id" would imply track 2 of the asset.