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

    A spatial, temporal, frame, or textual range describing the region of interest.

    interface Range {
        frame?: null | Frame;
        item?: null | Item;
        shape?: null | Shape;
        text?: null | Text;
        time?: null | Time;
        type: RangeType;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    frame?: null | Frame

    A frame range.

    item?: null | Item

    A item identifier.

    shape?: null | Shape

    A spatial range.

    text?: null | Text

    A textual range.

    time?: null | Time

    A temporal range.

    type: RangeType

    The type of range of interest.