azure-cognitive-services Questions

9

Solved

I am having trouble using Microsoft Face API. Below is my sample request: curl -v -X POST "https://westus.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=fal...
Gammy asked 8/2, 2017 at 21:8

3

I'm working with Azure OpenAI On Your Data, trying to understand: why system message seems to not work as expected strategy for providing instructions in “on your data” case For example, ca...
Tannic asked 24/10, 2023 at 13:35

3

Solved

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...
Wyck asked 19/1, 2023 at 12:19

2

Solved

I am using Microsoft.CognitiveServices.Speech (https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) in Unity. In the editor with a Windows target everything works perfectly, but I get...

2

Solved

I have noticed that my deployment of gpt-35-turbo on "Azure AI Studio" is not giving consistent responses to my chat completion prompts even when I set the temperature to 0. The longer th...
Recourse asked 7/8, 2023 at 23:7

0

We're prototyping a chatbot application using Azure OpenAI gpt-3.5-turbo model using the standard tier. We're facing random latency bursts, which sometimes go between 3-20 minutes. Below I have scr...
Archduke asked 28/7, 2023 at 8:58

4

Solved

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...
Universalist asked 20/5, 2021 at 12:54

4

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-...

6

Solved

I'm attempting to leverage the Computer Vision API to OCR a PDF file that is a scanned document but is treated as an image PDF. I've tested it and it tells me that the PDF is "InvalidImageFormat"...
Tutelage asked 28/9, 2018 at 15:47

1

Solved

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 co...
Artilleryman asked 30/7, 2020 at 14:36

2

I've trained a model with Azure Custom Vision and downloaded the TensorFlow files for Android (see: https://learn.microsoft.com/en-au/azure/cognitive-services/custom-vision-service/export-your-mod...
Conservative asked 15/4, 2018 at 10:34

1

Solved

I have subscribed "Azure Cognitive Services" and I tried to convert language translation from English to Danish. I have made a post request with Postman but every time I received the below error. ...
Mingo asked 9/9, 2019 at 14:58

2

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 l...
Squiggle asked 21/2, 2017 at 9:0

1

Solved

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 sa...

0

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 classific...
Doubleheader asked 20/12, 2018 at 21:14

2

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.
Tailored asked 30/7, 2018 at 11:36

1

Solved

I want transcribe longer audio files (at least 5 minutes) using REST APIs from Microsoft. There are a lot of different products and names, e.g. Speech service API or Bing Speech API. None of the RE...

1

Solved

I'm fairly new to using Microsoft's cognitive services. I'd like to know what is the difference between MS Computer Vision API and MS Custom Vision API?
Holna asked 3/9, 2018 at 20:0

2

Solved

Hi I'm trying to trigger a POST call to the following API. and here's code var client = new HttpClient(); client.DefaultRequestHeaders.Accept.Clear(); client.DefaultRequestHeaders.Accept.Add(new ...
Ventriculus asked 14/8, 2018 at 9:30

2

I'm using Microsoft Computer Vision to read receipts. The result I get is ordered into regions that are grouped by columns, e.g. quantities, product names, amount are in three different regions. ...
Confectioner asked 28/11, 2016 at 4:6

2

Solved

I am currently using Microsoft Azure Cognitive Services Handwriting Detection API. The API returns a set of values for the bounding box: { "boundingBox": [ 2, 52, 65, 46, 69, 89, ...
Thermotherapy asked 29/5, 2018 at 4:42

1

Solved

I was thinking as bots have some generic questions like how are you ? may be i have around 10 answers which i would like Q&A maker to choose randomly not every time same answer. or also questi...

1

Solved

It seems Microsoft offers quite a few speech recognition products, I'd like to know the differences among all of them pls. There is Microsoft Speech API, or SAPI. But somehow Microsoft Cognitive S...

1

Solved

Azure CS has an OCR demo (westcentralus endpoint) at https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/?v=18.05 On a poor test image (which I'm afraid I can't post bec...
Homeostasis asked 19/6, 2018 at 9:16

1

Solved

I am using Azure cognitive-service custom vision service to detect shapes from capture images. As per their documentation, I got the response as per their format. But I am an facing issue to plot ...
Ablaut asked 11/6, 2018 at 9:42

© 2022 - 2024 — McMap. All rights reserved.