__init__ constructor
Leave feedback
On this page
Initializes a new instance of WatermarkResult.
def __init__(self):
...
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. |
- class
WatermarkResult
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.