XmpPackage constructor

init

Initializes a new instance of the XmpPackage class.

def __init__(self, prefix, namespace_uri):
    ...
Parameter Type Description
prefix str XMP prefix, for example dc:title.
namespace_uri str Namespace uri.

See Also