Azure AI Vision ImageAnalysis not support spanish language
Cristian Camilo Bonilla Tellez
25
Reputation points
Hi,
I'm testing computer vision service for analysis an image and extract the text on it, the problem is when i change de language from english (en) to spanish (es), the app show an error that say "The input language is not supported", im using this libraries.
using Azure;
using Azure.AI.Vision.Common;
using Azure.AI.Vision.ImageAnalysis;
What could be happening?
Sign in to answer