__init__ constructor
Leave feedback
On this page
Initializes a new ImageThumbnailSearchCriteria instance with a specified file path.
def __init__(self, file_path):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str |
The file path to load image from. |
Initializes a new ImageThumbnailSearchCriteria instance from a 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.