Using csharp-sdk with microsoft.com

C# integration

Install
dotnet add package csharp-sdk
Detect objects in an image url and saves the result.
curl \
  -H "Prediction-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction/{projectId}/detect/iterations/{publishedName}/url
Classify an image url and saves the result.
curl \
  -H "Prediction-Key: $API_KEY" \
  https://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction/{projectId}/classify/iterations/{publishedName}/url
SDK on GitHub 📄 API Docs
SDK
csharp-sdk
C#
API
microsoft.com
microsoft.com:cognitiveservices-Prediction
At a glance
Language C#
Endpoints8
Base URLhttps://southcentralus.api.cognitive.microsoft.com/customvision/v3.0/prediction