Last Updated: May 10, 2022
Use this function to generate the thumbnail to the given remote image and downloads the image to the given location.
Generate Thumbnail (subscription_key, service_url, image_url, width, height, location)
| Input Parameter Name | Description |
|---|---|
| subscription_key | Azure cognitive service computer vision subscription key |
| service_url | Computer vision endpoint |
| image_url | Remote image URL |
| width | Width of the thumbnail in pixels |
| height | Height of the thumbnail in pixels |
| location | Path to store the thumbnail in client machine |
To know more about subscription_key and service_url, click here.
| Return Value | Description |
|---|---|
| Output |
|
Generate Thumbnail (123456abcs, https: //jiffyai.azure, https: //docs.jiffy.ai/image.png, 50, 50, C:\Invoices)
To view all the MSVision functions, click here.