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
7
votes
2 answers

Bing Spell Check API, stops working after 128 characters

I am trying to to use the Bing Spell Check API v5 but I'm running to to many issues. When requesting to either spell or proof with the sentence below, it returns no flagged tokens. This is a long sentance with some mistakes in here. Its supposed…
Sam
  • 111
  • 2
7
votes
1 answer

Routing Microsoft LUIS Requests and Bot Framework - Preferably in an Enterprise Reference Application

My colleagues and I are working on building a very large application using Microsoft bot framework and Microsoft LUIS. Essentially we are trying to create a bot where people from across the organization can message the bot (through slack) and…
6
votes
4 answers

Azure form recognizer app invalid resource name

I'm traying to daploy an instance of the form recognizer app in Azure. For that I'm following the instructions in the documentation: https://learn.microsoft.com/en-us/azure/cognitive-services/form-recognizer/deploy-label-tool I have created the…
6
votes
0 answers

Documentation / Examples for Custom Entity Detection (Azure NLP / Text Analytics)

I am looking for documentation / examples (Azure Text Analytics) to create custom entities. Examples on how to create / train the custom model , API details and how to use the custom text classification engine. (Similar to AWS Comprehend) . I would…
6
votes
2 answers

How to Receive data from StartContinuousRecognitionAsync() of Microsoft Cognitive speech client library

Not able to find how to get data from StartContinuousRecognitionAsync() as I want to Receive data So that i can process the data only after a keyword.
shubhamsjmit
  • 81
  • 2
  • 6
6
votes
1 answer

Microsoft Computer Vision OCR : Disable grouping text by regions

I've been using Microsoft Computer Vision to read receipts, trying to find an alternative to Abby's OCR as there is a substantial price difference. The results I get are always grouped by regions. This obviously makes it much harder to identify the…
Zudio8
  • 61
  • 3
6
votes
2 answers

Microsoft Translator API Cognitive Services - What is the correct endpoint?

The Microsoft Azure portal for TextTranslator provides the following endpoint: https://api.cognitive.microsoft.com/sts/v1.0 Yet this endpoint returns a 200 for issueToken and 404 for Translate. The samples refer to an endpoint…
DaveWilliamson
  • 370
  • 1
  • 11
6
votes
2 answers

Unable to find Subscription Key for Microsoft Cognitive Services

I need to work on Microsoft Cognitive Services (Face API). I downloaded the code from https://github.com/Microsoft/Cognitive-face-android. Now I am unable to generate the Subscription Key for it. No matter whatever I do I get stuck in this…
Syeda Zunaira
  • 5,191
  • 3
  • 38
  • 70
6
votes
1 answer

UWP get live webcam video stream

I was looking into the MediaCapture class, however it doesn't seem to expose what I'm looking for. I want the live Stream from the web cam - not to record it or preview it. I'm working on the Microsoft Cognitive Services Emotion API and I want to…
David Pine
  • 23,787
  • 10
  • 79
  • 107
5
votes
2 answers

Why I'm getting 404 Resource Not Found to my newly Azure OpenAI deployment?

I've gone through this quickstart and I created my Azure OpenAI resource + created a model deployment which is in state succeedded. I also playaround it in https://oai.azure.com/ and it works there. But, If I try to reach it from REST API is returns…
Raz Ronen
  • 2,418
  • 2
  • 14
  • 26
5
votes
4 answers

How to purge soft-deleted Text analytics?

To test ARM templates we first deploy them on test resource group. At 7PM those resource groups are automatically deleted. Yesterday it was working fine and today I can no longer deploy to the same test resource group name. I have not changed…
Piotr Perak
  • 10,718
  • 9
  • 49
  • 86
5
votes
1 answer

How To Save Azure Continuous Speech Recognition Results In A Variable?

I am trying to use Azure Continuous Speech Recognition for a Speech to Text project. Here is the sample code that was provided by Azure: def speech_recognize_continuous_from_file(): """performs continuous speech recognition with input from an…
Arman Ghoreshi
  • 123
  • 1
  • 8
5
votes
1 answer

Form recognizer(custom model with labels) is not fetching proper data

Currently, I am using Form Recognizer version 2.1 preview to extract data from PDF file which contains scanned images. The text is fetched properly but mapping of values with labels is not as expected. I am using custom model Train with labels to…
5
votes
1 answer

Python ModuleNotFoundError: No module named 'azure.cognitiveservices'

I am following the tutorial from Microsoft ( https://learn.microsoft.com/nl-nl/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-python ) to use cognitive service. I use herefor Visual Code and…
Erik hoeven
  • 1,442
  • 6
  • 26
  • 41
5
votes
1 answer

Can't pip microsoft azure-cognitiveservices-speech?

Following the guide here to install the microsoft azure text to speech SDK: https://learn.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-python#install-the-speech-sdk It says to run pip install…