Preparing a .NET Development Environment
Configuring the Environment
To use the .NET SDK of Image Recognition, you need to configure the .Net development environment.
- Download the latest Visual Studio from the Visual Studio official website.
- Click the .exe file to start installation.
- During the installation, select ASP.NET and web development on the Workloads tab page.
Obtaining and Installing an SDK
You can install the .Net SDK using commands or Visual Studio.
Use .NET CLI to install the .Net SDK. dotnet add package HuaweiCloud.SDK.Core dotnet add package HuaweiCloud.SDK.Image Use Package Manager to install the .Net SDK. Install-Package HuaweiCloud.SDK.Core Install-Package HuaweiCloud.SDK.Image
If you use Visual Studio, choose Tools > NuGet Package Manager > Manage NuGet Packages for Solution..., and search for and install HuaweiCloud.SDK.Core and HuaweiCloud.SDK.Image.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot