Questions tagged [azure-cognitive-services]

Use this tag for Azure Cognitive services questions including Vision, Speech, Language, Decision & Web Search APIs and SDKs.

Useful Resources:

Azure Cognitive services

Labs

2488 questions
4
votes
2 answers

How does the "The values are interchangable" option in Phrase List work in LUIS?

I've gone through the ocumentation and tried understanding the Phrase List feature. Although I'm sure of the purpose of the Phrase List feature, I couldn't quite get the purpose of the "interchangable" option intutively. Any thorough explanation…
4
votes
2 answers

Speech-to-text large audio files [Microsoft Speech API]

What is the best way to transcribe medium/large audio files, ~ 6-10 mins each file, using Microsoft Speech API? Something like batch audio files transcription? I have used the code provided in…
4
votes
1 answer

Bing web search API - limited number of records in result

I'm using Bing Web Search API v7, I'm sending following requests (selected…
4
votes
3 answers

How to integrate LUIS and QnA Maker services in single Node.js bot?

I'm developing a chatbot using Microsoft Bot Framework with Node.js SDK. I've integrated LUIS and QnA maker but I want to create this scenario if it's possible. Taking in example the following link and in particular this section: There are a few…
4
votes
1 answer

Faces not detected when photographed with front facing camera

I'm using the Azure Face Recognition API in an iPhone app. It's working just fine when I take pictures with the back camera but when I use the front-facing one, the API fails to detect faces. I've tried transferring the (front-facing) photo to my…
mikker
  • 811
  • 7
  • 20
4
votes
1 answer

Sending an image via POST in a Swift Playground

I try to send an image to the MS Cognitive Services Visions API in a Swift Playground. The message I get as response is: Response ["requestId": …, "code": InternalServerError, "message": Internal server error.] Here is the code I use let image =…
Bernd
  • 11,133
  • 11
  • 65
  • 98
4
votes
5 answers

Microsoft Cognitive Services - Computer Vision: Invalid Subscription Key

I'm trying to use the Computer Vision API from Microsoft's Cognitive Services. However, my keys don't seem to be working. I created an account using the free trial of that API and got the two keys from it. Trying to use the key with the…
Douglas Parker
  • 1,164
  • 11
  • 20
4
votes
1 answer

Microsoft Cognitive Service Vision API ClientException Error

I'm trying to use Vision Cognitive Services to receive the description of an image but my code always throws this exception: Exception Microsoft.ProjectOxford.Vision.ClientException HResult=0x80131500 Origine=
4
votes
4 answers

How to download Microsoft Academic Graph?

Is it possible to download the entire Microsoft Academic Graph? On this page they give a link but there are no download options there. I know I can use API and I like it, but I am still curious about a download option.
4
votes
1 answer

Azure Cognitive Services Computer Vision to count the number of pipes

Could I customize Azure Cognitive Services Computer Vision to count the number of the following pipes? Thanks.
Paul
  • 437
  • 2
  • 14
4
votes
1 answer

How to automatically (programmatically) train the Knowledge Base?

In the QnA Maker Service provided by the Microsoft's Cognitive Services, we can train our KB (Knowledge Base) by manually inserting the QnA pairs. Is there a way to automate this process so that we can always keep our KB up-to-date please? There is…
4
votes
5 answers

Is it possible for either Microsoft Computer Vision API or Google's Cloud Vision API to get a location for objects?

I am trying to develop an application that needs to know the location of tagged objects in an image. Knowing that there is a "piano" in an image is not enough, I need to know where that piano is in the image. Both Microsoft's Computer Vision API…
4
votes
3 answers

Is it possible to send real-time data to Bing Speech Recognition?

I am writing an application which should receive audio and send it to Bing Recognition API to get text. I used the Service Library and it works with a wav file. So I wrote my own stream class to receive audio from mic or network (RTP) as send it to…
H.G. Sandhagen
  • 772
  • 6
  • 13
4
votes
1 answer

Error: The received token is of incorrect token type -- What should the token look like?

I recently registered to Microsoft Azure and set up a Cognitive Services Account. Using the instructions from the Text Translation API Documentation I was able to retrieve an authentication token from the /issueToken service using the interactive…
Murp
  • 171
  • 7
4
votes
2 answers

Bing Image Search API v5 - contentURL Redirect

I hope you could help me, I'm trying to use the Bing Image Search API and everything is fine so far, there's just one thing that I don't understand, contentURL is a redirection, where should be the image url from the source website at least thats…
offlin3
  • 41
  • 1