How to use Microsoft Vision Activity

Hi,

I registered a free account, get the api key, set it in the api key section from the Microsoft Vision activity, but I still get the error. How to use ServiceURL and SubscriptionKey for Microsoft Vision Activity

1 Like

Check this new component - https://go.uipath.com/component/microsoft-vision. In case if find any issue in them then feel free to post a question directly to developer

2 Likes

Hi Akash,

Here is the documentation link (In following versions, the F1 key will take you to the correct URL)

https://integrations.uipath.com/docs/authenticate-scope

So the solution is to eliminate the /vision/v1.0 from the path.

3 Likes

Hi
I have created a free account and tried using service URL and Key but getting these error…
any help

Thanks

image

Have you found the solution.i am currently working on this

Yes, For free trial api, this path should be organized. For solution eliminate the /vision/v1.0 from the path.

2 Likes

Hi Mihai,

I could eliminate the error with this documentation’s help. But the output is empty. Any idea why is that? @Mihai_Dunareanu

@loginerror any help would be greatly appreciated.

Thanks in advance !

Use the below link

https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1fa

To Generate ServiceURL

It will work…

2 Likes

I did. Thanks.

u r welcome

i have eliminated /vision/v1.0 but still giving error

try other method

Hi,

i am also facing this below is

image

how to configure it? kinldy help me

Hi,
Can you provide some knowledge on how did you achieve this issue?

check
https://westus.dev.cognitive.microsoft.com/docs/services/56f91f2d778daf23d8ec6739/operations/56f91f2e778daf14a499e1fa

this URL

To get proper Request URL
for your Process

2 Likes

Hi Vishnu,

I used the URL which has been provided by Azure, in below image i removed vision v1.0, Then also i am getting an error.

https://______________.api.cognitive.microsoft.com/

This one is the Syntax

For you
https://westcentralus.api.cognitive.microsoft.com/

try this one

I tried with this for Detect Face it works fine but in the same when i use read hand written text it gives me an error

which type of error?
could u share the error screenshot

Could you share your workflow