Using cognitive-services-speech-sdk with azure.com

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Detect anomaly status of the latest point in time series.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/last/detect
Detect anomalies for the entire series in batch.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /timeseries/entire/detect
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:cognitiveservices-AnomalyDetector
At a glance
Language C#
Endpoints3
✓ Official