filters property

filters property

The array of filters to apply with this redaction.

Definition:

@property
def filters(self):
    ...
@filters.setter
def filters(self, value):
    ...

See Also