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

    Interface ReaderInterface

    interface ReaderInterface {
        getHandle(): unknown;
        isEmbedded(): boolean;
        json(): ManifestStore;
        remoteUrl(): string;
        resourceToAsset(
            uri: string,
            output: DestinationAsset,
        ): Promise<ResourceAsset>;
    }

    Implemented by

    Index

    Methods

    • Get the remote url of the manifest if this reader obtained the manifest remotely

      Returns string