__init__ constructor

On this page

init

Initializes a new instance of WatermarkResult.

def __init__(self):
    ...

init

Initializes a new instance of the WatermarkResult class with specific values.

def __init__(self, source_document_size, processing_time, final_document_size, number_watermarks_applied):
    ...
Parameter Type Description
source_document_size int The size of the source document in bytes.
processing_time timedelta The processing time in milliseconds.
final_document_size int The size of the final processed document in bytes.
number_watermarks_applied int The total number of watermarks applied to the document.

See Also

On this page