Share via

ComputerVision - Analyze - NotSupportedFeature

Mark 6 Reputation points
2022-08-11T03:50:03.38+00:00

I'm trying to perform image analysis using the 'analyze' (ie vision/v3.1/analyze) endpoint.

I'm passing the following visual features as a query parameter.

string requestParameters = "visualFeatures=" +
"Categories," +
"Description," +
//"Color, " +
//"Tags, " +
//"Faces, " +
//"ImageType, " +
//"Adult , " +
//"Brands , " +

"Objects";

The ones commented out will cause the call to return a NotSupportedFeature error when making the call. If I remove them, it performs the analysis.

The set shown come from a sample project on an Azure Github repo so I'm reasonable sure the values are valid.
https://github.com/Azure-Samples/cognitive-services-REST-api-samples/blob/master/dotnet/Vision/ComputerVision/AnalyzeImage/Program.cs

What is causing the call to return the error? Is it a config issue or a pricing tier issue?

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
    2022-08-11T08:45:28.007+00:00

    @Mark I believe this is because of the recent change in the MS Responsible AI policy to restrict usage to sensitive services. Please see the blog on this page for more information. In the above request if you remove 'faces' and 'color' I think your request should work. If you need to use these visualFeatures then you should submit a special request.

    You will have to submit a form for limited access review here. Please ensure to provide accurate information for an account/subscription of your organization. Thanks!!

    If an answer is helpful, please click on 130616-image.png or upvote 130671-image.png which might help other community members reading this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.