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

    Description of the claim generator, or the software used in generating the claim.

    This structure is also used for actions softwareAgent

    interface ClaimGeneratorInfo {
        icon?: null | UriOrResource;
        name: string;
        operating_system?: null | string;
        version?: null | string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    icon?: null | UriOrResource

    hashed URI to the icon (either embedded or remote)

    name: string

    A human readable string naming the claim_generator

    operating_system?: null | string

    A human readable string of the OS the claim generator is running on

    version?: null | string

    A human readable string of the product's version