Azure
Azure, a tool from Microsoft, provides out-of-the-box features to simplify app creation. One of these features is called Computer Vision, a powerful AI tool that explains what’s in an image. With the Describe image feature in Glide, you can have an image analyzed by Azure, and it will tell you what’s in the image.
Don't see the Azure integration?
You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.
Adding and Configuring the Action
Next, log into your Azure Portal account.
Create a Cognitive Services resource, if you don’t already have one.
Features
The Azure integration in Glide currently supports one feature: Describe image.
Describe image
The Describe image feature lets you send an image to Azure, and Azure will tell you what’s in the image. This can be added to a Component that supports Actions or added to a workflow in the Workflow Editor.
To set it up, you’ll need to create a column to house the Image URL, and a second column to house the image description you generate with Azure.
To learn more generally about Integrations in Glide, including how they affect your app’s usage, check out our Introduction to Integrations.
Frequently Asked Questions
Don't see the Azure integration?
You may need to upgrade your plan. Browse Glide’s plans and find the right fit for you.
How can I use the image description in other parts of my app?
Once the description is stored in Glide, you can display it to the user or modify it further. You could use a Template Column to combine it with other text or send the description to Open AI to customize it automatically.
Can I analyze images in real-time?
The integration is designed to work with stored image files. To analyze images, you can use the Image Capture component to capture and store the image first, then use the integration to analyze the captured image.
How long does it take to analyze an image?
The analysis time may vary depending on the size of the image file and internet connection. In general, the Azure Describe image integration is designed to deliver quick and accurate image descriptions. However, it’s a good idea to inform your app users that image analysis might take a few seconds to complete.