Last Updated: Nov 4, 2020
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 |
| height | Height of the thumbnail |
| location | Thumbnail path in client machine |
| Return Value | Description |
|---|---|
| Output |
|
Generate Thumbnail (123456abcs, https: //jiffyai.azure, https: //docs.jiffy.ai/image.png, , , C:\Invoices)
To view all the MSVision functions, click here.