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

    Interface SettingsContext

    Settings configuration object that can be passed to Reader and Builder constructors. Only trust, verify, and builder settings are configurable from the Node SDK. Uses snake_case internally to match the c2pa-rs settings format.

    interface SettingsContext {
        builder?: { thumbnail?: { enabled?: boolean } };
        cawgTrust?: TrustConfig;
        trust?: TrustConfig;
        verify?: VerifyConfig;
    }
    Index

    Properties

    builder?: { thumbnail?: { enabled?: boolean } }

    Builder configuration

    cawgTrust?: TrustConfig

    CAWG trust configuration

    trust?: TrustConfig

    C2PA trust configuration

    verify?: VerifyConfig

    Verification configuration