Modules
imagesearch
2min
▸ imageSearch(image, options?, ...modifiers): Promise<KlevuFetchFunctionReturnValue>
Uploads the image if blob passed or uses url to perform search
Error when image upload fails or when no url/blob is passed
Name | Type | Description |
---|---|---|
image | string | Blob | Pass a url or the image blob for search |
options? | Partial<KlevuSearchOptions> | |
...modifiers | KlevuFetchModifer[] | - |
Promise<KlevuFetchFunctionReturnValue>
Updated 25 Mar 2024
Did this page help you?