exiftool-vendored
    Preparing search index...

    Interface CollectionInfo

    Information about a single collection that groups related images.

    Collections enable organizing images into named groups (e.g., "Summer Vacation 2024", "Portfolio Selections"). The MWG standard uses both a human-readable name and a unique identifier for each collection.

    interface CollectionInfo {
        CollectionName: string;
        CollectionURI: string;
    }
    Index

    Properties

    CollectionName: string

    Human-readable display name for the collection.

    This is the name users see when browsing collections (e.g., "Best Photos 2024").

    CollectionURI: string

    Unique identifier (URI) for the collection.

    Provides a globally unique reference to distinguish between collections with the same name. Typically formatted as a URI or UUID to ensure uniqueness across different systems.