__init__ constructor
Leave feedback
On this page
Initializes a new instance of the ImageDctHashSearchCriteria class with a specified file path.
def __init__(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str |
The file path to load image from. |
import groupdocs.watermark.search.searchcriteria as gws_sc
criteria = gws_sc.ImageDctHashSearchCriteria("logo.png")
Initializes a new instance of the ImageDctHashSearchCriteria class with a specified stream.
def __init__(self, stream):
...
| Parameter | Type | Description |
|---|---|---|
| stream | io.RawIOBase |
The stream to load image from. |
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.