Hello @Niteen Jadhav
Just want to add more details to your question. I can understand your subscription and your image are working well in Azure Computer Vision V3.2 console but not working on the code you mentioned above.
I hope you can understand the console is more for testing and trying.
Based on this code, you are working on Azure Computer Vision V3.2 Client Library.
To use the client library, you need to install firstly -
Using Visual Studio, create a new .NET Core application.
Once you've created a new project, install the client library by right-clicking on the project solution in the Solution Explorer and selecting Manage NuGet Packages. In the package manager that opens select Browse, check Include prerelease, and search for Microsoft.Azure.CognitiveServices.Vision.ComputerVision. Select version 7.0.0, and then Install.
More information you can refer to below link, you can do the install in CLI as well. https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/client-library?tabs=visual-studio&pivots=programming-language-csharp
In case you want to use REST API, please see this quick guidance - https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/quickstarts-sdk/client-library?tabs=cli&pivots=programming-language-rest-api
Please have a try and let know how is everything going now. I hope this helps.
Regards, Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.