|
| 1 | +--- |
| 2 | +title: Azure AI SDK for C# |
| 3 | +titleSuffix: Azure AI Studio |
| 4 | +description: Provides an overview with links to available Azure AI client libraries and packages for C#. |
| 5 | +author: eric-urban |
| 6 | +manager: nitinme |
| 7 | +ms.service: azure-ai-studio |
| 8 | +ms.topic: reference |
| 9 | +ms.date: 03/05/2024 |
| 10 | +ms.author: lajanuar |
| 11 | +--- |
| 12 | + |
| 13 | +## Supported services |
| 14 | + |
| 15 | +| Service | Description | Reference documentation | |
| 16 | +| --- | --- | --- | |
| 17 | +|  [Azure AI Search](../../../../search/index.yml) | Bring AI-powered cloud search to your mobile and web apps. | • [Azure AI Search SDK for .NET](/dotnet/api/overview/azure/search.documents-readme?view=azure-dotnet&preserve-view=true)<br><br>• [Azure AI Search NuGet package](https://www.nuget.org/packages/Azure.Search.Documents/11.6.0-beta.2) | |
| 18 | +|  [Azure OpenAI](../../../openai/index.yml) | Perform a wide variety of natural language tasks. | • [Azure OpenAI SDK for .NET](/dotnet/api/azure.ai.openai?view=azure-dotnet-preview&preserve-view=true) <br><br>• [Azure OpenAI NuGet package](https://www.nuget.org/packages/Azure.AI.OpenAI/1.0.0-beta.13) | |
| 19 | +|  [Bot Service](/composer/) | Create bots and connect them across channels. | • [Bot service SDK for .NET](https://github.com/Microsoft/botbuilder-dotnet?tab=readme-ov-file) <br><br>• [Bot Builder (NuGet package)](https://github.com/Microsoft/botbuilder-dotnet/#packages) | |
| 20 | +|  [Content Safety](../../../content-safety/index.yml) | Detect harmful content in applications and services.| • [Content Safety SDK for .NET](/dotnet/api/overview/azure/ai.contentsafety-readme?view=azure-dotnet&preserve-view=true) <br><br>• [Content Safety NuGet package](https://www.nuget.org/packages/Azure.AI.ContentSafety/1.0.0) | |
| 21 | +|  [Custom Vision](../../../custom-vision-service/index.yml) | Customize image recognition for your applications and models. | • [Custom Vision SDK for .NET](/dotnet/api/overview/azure/custom-vision?view=azure-dotnet&preserve-view=true) <br><br>• [Custom Vision NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction)<br><br>• [Custom Vision NuGet package (training)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training)| |
| 22 | +|  [Document Intelligence](../../../document-intelligence/index.yml) | Turn documents into intelligent data-driven solutions. | • [Document Intelligence SDK for .NET](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>• [Document Intelligence NuGet package](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0-beta.1) | |
| 23 | +|  [Face](../../../computer-vision/overview-identity.md) | Detect, recognize, and identify human faces in images. | • [Face SDK for .NET](/dotnet/api/overview/azure/cognitiveservices/face-readme?view=azure-dotnet&branch=main&preserve-view=true) <br><br>• [Face NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.7.0-preview.3) | |
| 24 | +|  [Immersive Reader](../../../immersive-reader/index.yml) | Help users with text readability and comprehension. | • [Immersive Reader C# quickstart](../../../immersive-reader/quickstarts/client-libraries.md?pivots=programming-language-csharp) | |
| 25 | +|  [Language](../../../language-service/index.yml) | Build applications with natural language understanding capabilities. | • [Language SDK for .NET (text analysis)](/dotnet/api/overview/azure/ai.textanalytics-readme?view=azure-dotnet&preserve-view=true) <br><br>• [Language NuGet package (text analysis)](https://www.nuget.org/packages/Azure.AI.TextAnalytics)<br><br>• [Language SDK for .NET (Question Answering)](/dotnet/api/overview/azure/ai.language.questionanswering-readme?view=azure-dotnet&preserve-view=true)<br><br>• [Language NuGet package (question answering)](https://www.nuget.org/packages/Azure.AI.Language.QuestionAnswering) | |
| 26 | +|  [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | • [Speech SDK for .NET](/dotnet/api/microsoft.cognitiveservices.speech?view=azure-dotnet&branch=main&preserve-view=true) <br><br>• [Speech NuGet package (Speech CLI)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.CLI)| |
| 27 | +|  [Translator](../../../translator/index.yml) | Use AI-powered translation technology to translate more than 100 in-use, at-risk, and endangered languages and dialects. | • [Translator SDK for .NET (text)](/dotnet/api/overview/azure/ai.translation.text-readme?view=azure-dotnet-preview&preserve-view=true)<br><br>• [Translator NuGet package (text)](https://www.nuget.org/packages/Azure.AI.Translation.Text/1.0.0-beta.1)<br><br>• [Translator SDK for .NET (batch)](/dotnet/api/overview/azure/AI.Translation.Document-readme?view=azure-dotnet&preserve-view=true)<br><br>• [Translator NuGet package (batch)](https://www.nuget.org/packages/Azure.AI.Translation.Document) | |
| 28 | +|  [Video Indexer](/azure/azure-video-indexer) | Extract actionable insights from your videos. | [Video Indexer C# code samples](https://github.com/Azure-Samples/azure-video-indexer-samples/tree/master/API-Samples/C%2)| |
| 29 | +|  [Vision](../../../computer-vision/index.yml) | Analyze content in digital images and rich media assets.| • [Vision SDK for .NET](/dotnet/api/overview/azure/AI.Vision.ImageAnalysis-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>• [Vision NuGet package](https://www.nuget.org/packages/Azure.AI.Vision.ImageAnalysis) | |
| 30 | + |
| 31 | +## Deprecated services |
| 32 | + |
| 33 | +| Service | Description | Reference documentation | |
| 34 | +| --- | --- | --- | |
| 35 | +|  [Anomaly Detector](../../../Anomaly-Detector/index.yml) <br>(deprecated 2023) | Monitor and detect anomalies in time series data. | • [Anomaly Detector SDK for .NET](/dotnet/api/azure.ai.anomalydetector?view=azure-dotnet-preview&preserve-view=true)<br><br>• [Anomaly Detector NuGet package](https://www.nuget.org/packages/Azure.AI.AnomalyDetector) | |
| 36 | +|  [Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. | • [Content Moderator SDK for .NET](/dotnet/api/overview/azure/content-moderator?view=azure-dotnet&branch=main&preserve-view=true) <br><br>• [Content Moderator NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.ContentModerator) | |
| 37 | +|  [Language understanding (LUIS)](../../../luis/index.yml) <br>(deprecated 2023) | Use natural language understanding in your applications. | • [LUIS SDK for .NET (authoring)](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/LUIS)<br><br>• [LUIS NuGet package (authoring)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring/)<br><br>• [LUIS SDK for .NET (prediction)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Language.LUIS.Runtime)<br><br>•  [LUIS NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/) | |
| 38 | +|  [Metrics Advisor](../../../metrics-advisor/index.yml) <br>(deprecated 2023) | Detect harmful content in applications and services.| • [Metrics Advisor SDK for .NET](/dotnet/api/overview/azure/ai.metricsadvisor-readme?view=azure-dotnet&preserve-view=true) <br><br>• [Metrics Advisor NuGet package](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor) | |
| 39 | +|  [Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. | • [Personalizer SDK for .NET](/dotnet/api/overview/azure/personalizer?view=azure-dotnet&preserve-view=true) <br><br>• [Personalizer NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/1.0.0) | |
| 40 | +|  [QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. | • [QnA maker SDK for .NET](/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker?view=azure-dotnet-legacy&preserve-view=true) <br><br>• [QnA maker NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker/) | |
0 commit comments