EraseMetadataRedaction constructor

init

Initializes a new instance of EraseMetadataRedaction class, erasing all metadata.

def __init__(self):
    ...

init

Initializes a new instance of EraseMetadataRedaction class, erasing metadata, matching specific combination of MetadataFilters.

def __init__(self, filter):
    ...
Parameter Type Description
filter MetadataFilters Filter for metadata to erase

See Also