I am running Language Detection Cognitive Service API locally(by using below command).
docker run --rm -it -p 5003:5003 --memory 1g --cpus 1 mcr.microsoft.com/azure-cognitive-services/speechservices/language-detection Eula=accept Billing=https://.api.cognitive.microsoft.com/sts/v1.0/issuetoken ApiKey=*** HTTP_PROXY=********
Issue: Getting 404 when i am hitting through Postman
Note: My cognitive service region is westeurope and Pricing tier F0
Please let me know right way to test locally running congnitive api
@SanK, are you trying to do Speech Language Detection or TextAnalytics Language Detection? Because that is two different features, make sure your subscription register with the correct one.
Speech Language Detection - Detect the language from Speech. TextAnalytics Language Detection - Detect the language from Text.