You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function runs when try it on console app (tried both C# & VB), however when trying to run it on windows app get errors. Basically I want to return value after calling an azure service, and use it in windows app.
Same code running on console app, but not returning any value on windows framework app.
gets stuck at below lines. the thread is processed asynchronously with no response
Dim results As DetectResult = Await client.DetectObjectsInStreamAsync(stream)
Dim textHeaders = Await client.ReadInStreamAsync(File.OpenRead(localFile), language:="en"
I don't think there should be any limitation of Azure use only on windows app
API Name Microsoft.Azure.CognitiveServices.Vision.ComputerVision
Working only on console app, not on windows app
...
The text was updated successfully, but these errors were encountered:
Hi!
are these services only for console app?
Trying to use Azure cognitive services.
Microsoft.Azure.CognitiveServices.Vision.ComputerVision
The function runs when try it on console app (tried both C# & VB), however when trying to run it on windows app get errors. Basically I want to return value after calling an azure service, and use it in windows app.
Same code running on console app, but not returning any value on windows framework app.
gets stuck at below lines. the thread is processed asynchronously with no response
Dim results As DetectResult = Await client.DetectObjectsInStreamAsync(stream)
Dim textHeaders = Await client.ReadInStreamAsync(File.OpenRead(localFile), language:="en"
I don't think there should be any limitation of Azure use only on windows app
API Name Microsoft.Azure.CognitiveServices.Vision.ComputerVision
Working only on console app, not on windows app
...
The text was updated successfully, but these errors were encountered: