__init__ constructor

On this page

init

Initializes a TextWatermarkResult object with the watermark identifier obtained after a search process.

This unique identifier is used to find additional properties for this watermark from the document watermark information layer.

def __init__(self, watermark_id):
    ...
Parameter Type Description
watermark_id str Unique watermark identifier obtained by sign or search method.

See Also

On this page