Hi,
I am trying some features of the Microsoft Vision and got stuck in how to read the results from Analyse Image.
I have tried “For each” item in a list. As I believe it would come back as a list of colors, but it is wrong.
Can anybody help?
Hi,
I am trying some features of the Microsoft Vision and got stuck in how to read the results from Analyse Image.
Hi Jorge,
I have the package. I just don’t know how to read the results from Analyze Image.
I have it inside the Microsoft Vision Scope. But the format of the Result, is not a list, or a vector or a string. So I just don’t know how to read it.
It returns you an object of type ImageAnalysis. If you look at my example, you’ll see that I use the ImageAnalysisReturn variable to assign the value I get from the Analyze Image activity.
Within this variable I have some properties, in which some are list, for example Color Property, in it I can retrieve the list of Dominant Colors by doing:
ImageAnalysisReturn.Color.DominantColors.
Try to run the example I sent you, you should understand better.
How to get ServiceURL and ApiKey ? Thanks