Image Recognizer

Upload image to Microsoft Image Recognizer and get a result

This component is powered by Microsoft Azure. You can get your own server URL and subscription key for Microsoft Azure here. You can add these details to your app in the Project Settings panel, which you can access by clicking on your app icon.

Blocks

Upload

Inputs

Name

Data Type

image

Image

Outputs

Name

Data Type

Data

tags

List

Tags used to categorize the image

description

Text

Description of the image

confidenceLevel

Decimal

Value between 0 and 1 describing confidence that the description and tags are correct

error

Text

If error, returns error; else returns null

Last updated