Description
Call the Computer Vision Service for the input blob(s)
Operation id | VisionOp |
Category | Files |
Label | Call the Computer Vision Service |
Requires | |
Since | |
Parameters
Signature
Inputs | bloblist, blob |
Outputs | bloblist, blob |
Implementation Information
JSON Definition
{
"id" : "VisionOp",
"label" : "Call the Computer Vision Service",
"category" : "Files",
"requires" : null,
"description" : "Call the Computer Vision Service for the input blob(s)",
"url" : "VisionOp",
"signature" : [ "bloblist", "bloblist", "blob", "blob" ],
"params" : [ {
"name" : "features",
"description" : "A StringList of features to request from the API",
"type" : "stringlist",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "maxResults",
"description" : "The maximum number of results per feature",
"type" : "int",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "outputVariable",
"description" : "The key of the context output variable. The output variable is a list of VisionResponse objects. ",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "provider",
"description" : "The vision provider name",
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}