DeleteAnnotationRedaction constructor

init

Initializes a new instance of DeleteAnnotationRedaction class, with settings to delete all annotations (matching everything).

def __init__(self):
    ...

init

Initializes a new instance of DeleteAnnotationRedaction class, deleting annotations matching given expression.

def __init__(self, pattern):
    ...
Parameter Type Description
pattern str Regular expression

See Also