__init__ constructor

init

Initializes a new TextRedactionAnnotation instance.

def __init__(self):
    ...

Example

from groupdocs.annotation.models.annotation_models import TextRedactionAnnotation

# Create a text redaction annotation with default settings
redaction = TextRedactionAnnotation()

See Also