Can i use different languages in English KB
I have an ask form customer where they want to have English question and Chinese Answer. What is the impact in case I use English QnA service and add Chinese text in answer?

Different Results when using sample code of OCR
When I am using the cognitive services were we just need to upload a image(Already on website) I get different results and when I am using the sample code for OCR I get different results. How is this possible?

Q n A Knowledge base does not respond
Hi ! I have a query regarding the Q n A maker service from Azure. Whenever I create a new KB and a new bot , everything works fine till some time. But later , say after 2 - 3 days , I try chatting with my bot , it doesnot answer. I am unable to delete or…

Azure Custom Vision - Image search
I need to get all the similar images (actual image URL) when I pass the image to the custom vision API, currently, it gives me the matching tags in the predictions. In my product there is going to be just one Tag and millions of images under that tag,…

Help please - Form Recogniser - Analyze Form: The server has responded with an error. Error code: 1027 with message?
Hi I have been trying out Form Recogniser . I am using Form OCR Testing Tool. Was using version 1 and now using the 2.1 preview. https://github.com/microsoft/OCR-Form-Tools I label and train the model and all is working fine. When I now try to…
Form Recognizer
I've got some questions about the Azure Form Recognizer pricing. The website says $50 per 1000 pages for the S0 Web custom document type. If I upload a 1000 page PDF but make 10 API calls on each page, will we be charged per API call to the uploaded…
Is there a way to control the desired duration of a speech using Text to Speech from Azure Cognitive Services?
Hello there. I am building an application to recognize speech, transform into text, translate and then regenerate that speech in a different language – this process with the supervision of a human to increase the accuracy rate. However, I am finding…
Cognitive Speech Service in webserver
Hi, Iam using Javascript Cognitive Speech SDk in my webpage and its working fine when run from localhost in my system, but when i deployed the same code in webserver, Iam getting error Invalid SpeechSDK. Do i need to install any softwares in my…

My API Keys aren't accepted in my fluency now CAT.
My API Keys aren't accepted in my fluency now CAT.
QnA Maker Channels - What's best way for G Suite users to access a bot? Slack or Email channel?
I am trying to figure out how we can make a QnA Bot accessible to corporate users that have a G Suite email address (and not Microsoft office 365). Is Slack channel the best way to do this? Are there other ways? Would Email channel work?

Segmenting users and KBs for a QnA Maker Bot
Bot will be deployed for use by different corporate users. Answers to questions from different corporate users will need to come from different (and respective) knowledge bases only. For example, questions from user1 should be answered using KB1 only,…
LUIS training failed giving 404 error
getting error Train failed Training failed: 404: Resource not found
Why did QnA Host throw a 500 error
On 2nd November 2020 our QnA Host just failed to generate any answers for a about 15 minutes between (11/2/2020, 8:46:39.553 AM) and (11/2/2020, 8:49:58.395 AM) . can you help us understand why and how to prevent it happening again? Example QnA…
unable to train app on LUIS portal . Training failed: 404: resource not found
Started getting this error all of a sudden. Tried multiple times but still receiving the same error on portal.
Vision API v3.2 going live date
Does anyone know when cognitiveservices.azure.com/vision/v3.2-preview.1 is going into "production" status for US-EAST? I cant find it anywhere. Thanks in advance! Michael
How to integrate CCTV, NVR with Azure Cognitive services?
How to integrate CCTV, NVR with Azure Cognitive services?
LUIS Connection to Power Automate
I am working with LUIS in the Cognitive Services realm. I have been trying to provide a connection from Azure into Power Automate, and am struggling to get the connection to work correctly. Errors in connection are below. I have tried a…

QnA Maker Warning Message - KB is on an older version
When publish the KB, it will show a warning message of "This KB is on an older version of QnA Maker.", wondering how to upgrade the KB to new version?
Azure PullAudioInputStream Not working accurately with Twilio Voice
I integrated Twilio Media stream with Azure Cognitive service (Speech to Text). I inherited speechsdk.audio.PullAudioInputStreamCallback class to send audio chunks to server. ref : speech_sample.py import azure.cognitiveservices.speech as…
TypeError: request() got an unexpected keyword argument 'show_opinion_mining'
I am using the Azure Text Analytics client library for Python, but it seems like I am not able to use the opinion mining feature. For the code: text_analytics_client.analyze_sentiment(documents, show_opinion_mining=True) it returns the error: …