DETECT OBJECTS ON IMAGE
=======================
DESCRIPTION
--------------------------------
DETECT OBJECTS ON IMAGE from an image file returns a list of label. For each label, it returns a textual description and confidence score.
STEP-BY-STEP SETUP
--------------------------------
0) Sign-up for MICROSOFT AZURE - COGNITIVES SERVICES by following this link:
https://azure.microsoft.com/free/cognitive-services/ 1) Create a VISION INSTANCE by following this link
https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision 2) In KEYS & ENDPOINT section of the created VISION INSTANCE, note the KEY, ENDPOINT and enter those in the PLUGIN SETTINGS.
3) Set up a DISPLAY DATA IN GROUP that will contain the JOB RESULTS of the API PROVIDER "MICROSOFT AZURE - DETECT OBJECTS ON IMAGE" in the workflow, set as GET DATA FROM AN EXTERNAL API DATA SOURCE.
Inputs Fields :
- FILE : JPEG, PNG, GIF, or BMP file from the Bubble.io picture uploader, a Protocol-relative URLs (//server/file.ext), or a HTTPS file URL.
- LANGUAGE : Desired 2-letters BCP-47 language code response as per
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/how-to/call-analyze-image?tabs=rest#specify-languages Output Fields:
- TAG RESULTS : List of tags and confidence score.
IMPLEMENTATION EXAMPLE
======================
Feel free to browse the app editor in the Service URL for an implementation example.
ADDITIONAL INFORMATION
======================
> Image Input Requirements and Service Limits :
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview#image-requirements> Supported Capabilities by Languages :
https://learn.microsoft.com/en-gb/azure/cognitive-services/computer-vision/language-support#image-analysisTROUBLESHOOTING
================
Any plugin related error will be posted to the the Logs tab, "Server logs" section of your App Editor.
Make sure that "Plugin server side output" and "Plugin server side output" is selected in "Show Advanced".
> Server Logs Details:
https://manual.bubble.io/core-resources/bubbles-interface/logs-tab#server-logsPERFORMANCE CONSIDERATIONS
===========================
N/A
QUESTIONS ?
===========
Contact us at
[email protected] for any additional feature you would require or support question.