Skip to content

Commit 50a949b

Browse files
authored
Merge pull request #269494 from laujan/launch-reference-links-190527
add reference articles
2 parents a7c7ca4 + 3413dfd commit 50a949b

18 files changed

+473
-83
lines changed

articles/ai-services/TOC.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Azure AI services documentation
23
href: index.yml
34
- name: Overview
@@ -101,6 +102,10 @@
101102
href: cognitive-services-limited-access.md
102103
- name: Reference
103104
items:
105+
- name: Azure AI services client libraries (SDKs)
106+
href: reference/sdk-package-resources.md
107+
- name: Azure AI services REST APIs
108+
href: reference/rest-api-resources.md
104109
- name: REST API
105110
href: /rest/api/cognitiveservices/accountmanagement/accounts
106111
- name: .NET
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/06/2024
10+
ms.author: lajanuar
11+
---
12+
13+
## Supported services
14+
15+
| Service | Description | Reference documentation |
16+
| --- | --- | --- |
17+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | [Speech SDK for C++](/cpp/cognitive-services/speech/) |
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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 icon](../../../media/service-icons/search.svg) [Azure AI Search](../../../../search/index.yml) | Bring AI-powered cloud search to your mobile and web apps. | &bullet;&NonBreakingSpace;[Azure AI Search SDK for .NET](/dotnet/api/overview/azure/search.documents-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Azure AI Search NuGet package](https://www.nuget.org/packages/Azure.Search.Documents/11.6.0-beta.2) |
18+
| ![Azure OpenAI Service icon](../../../media/service-icons/azure.svg) [Azure OpenAI](../../../openai/index.yml) | Perform a wide variety of natural language tasks. | &bullet;&NonBreakingSpace;[Azure OpenAI SDK for .NET](/dotnet/api/azure.ai.openai?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Azure OpenAI NuGet package](https://www.nuget.org/packages/Azure.AI.OpenAI/1.0.0-beta.13) |
19+
| ![Bot service icon](../../../media/service-icons/bot-services.svg) [Bot Service](/composer/) | Create bots and connect them across channels. | &bullet;&NonBreakingSpace;[Bot service SDK for .NET](https://github.com/Microsoft/botbuilder-dotnet?tab=readme-ov-file) <br><br>&bullet;&NonBreakingSpace;[Bot Builder (NuGet package)](https://github.com/Microsoft/botbuilder-dotnet/#packages) |
20+
| ![Content Safety icon](../../../media/service-icons/content-safety.svg) [Content Safety](../../../content-safety/index.yml) | Detect harmful content in applications and services.| &bullet;&NonBreakingSpace;[Content Safety SDK for .NET](/dotnet/api/overview/azure/ai.contentsafety-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Content Safety NuGet package](https://www.nuget.org/packages/Azure.AI.ContentSafety/1.0.0) |
21+
| ![Custom Vision icon](../../../media/service-icons/custom-vision.svg) [Custom Vision](../../../custom-vision-service/index.yml) | Customize image recognition for your applications and models. | &bullet;&NonBreakingSpace;[Custom Vision SDK for .NET](/dotnet/api/overview/azure/custom-vision?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Custom Vision NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction)<br><br>&bullet;&NonBreakingSpace;[Custom Vision NuGet package (training)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training)|
22+
| ![Document Intelligence icon](../../../media/service-icons/document-intelligence.svg) [Document Intelligence](../../../document-intelligence/index.yml) | Turn documents into intelligent data-driven solutions. | &bullet;&NonBreakingSpace;[Document Intelligence SDK for .NET](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Document Intelligence NuGet package](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0-beta.1) |
23+
| ![Face icon](../../../media/service-icons/face.svg) [Face](../../../computer-vision/overview-identity.md) | Detect, recognize, and identify human faces in images. | &bullet;&NonBreakingSpace;[Face SDK for .NET](/dotnet/api/overview/azure/cognitiveservices/face-readme?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Face NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/2.7.0-preview.3) |
24+
| ![Immersive Reader icon](../../../media/service-icons/immersive-reader.svg) [Immersive Reader](../../../immersive-reader/index.yml) | Help users with text readability and comprehension. | &bullet;&NonBreakingSpace;[Immersive Reader C# quickstart](../../../immersive-reader/quickstarts/client-libraries.md?pivots=programming-language-csharp) |
25+
| ![Language icon](../../../media/service-icons/language.svg) [Language](../../../language-service/index.yml) | Build applications with natural language understanding capabilities. | &bullet;&NonBreakingSpace;[Language SDK for .NET (text analysis)](/dotnet/api/overview/azure/ai.textanalytics-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Language NuGet package (text analysis)](https://www.nuget.org/packages/Azure.AI.TextAnalytics)<br><br>&bullet;&NonBreakingSpace;[Language SDK for .NET (Question Answering)](/dotnet/api/overview/azure/ai.language.questionanswering-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Language NuGet package (question answering)](https://www.nuget.org/packages/Azure.AI.Language.QuestionAnswering) |
26+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | &bullet;&NonBreakingSpace;[Speech SDK for .NET](/dotnet/api/microsoft.cognitiveservices.speech?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Speech NuGet package (Speech CLI)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech.CLI)|
27+
| ![Translator icon](../../../media/service-icons/translator.svg) [Translator](../../../translator/index.yml) | Use AI-powered translation technology to translate more than 100 in-use, at-risk, and endangered languages and dialects. | &bullet;&NonBreakingSpace;[Translator SDK for .NET (text)](/dotnet/api/overview/azure/ai.translation.text-readme?view=azure-dotnet-preview&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Translator NuGet package (text)](https://www.nuget.org/packages/Azure.AI.Translation.Text/1.0.0-beta.1)<br><br>&bullet;&NonBreakingSpace;[Translator SDK for .NET (batch)](/dotnet/api/overview/azure/AI.Translation.Document-readme?view=azure-dotnet&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Translator NuGet package (batch)](https://www.nuget.org/packages/Azure.AI.Translation.Document) |
28+
| ![Video Indexer icon](../../../media/service-icons/video-indexer.svg) [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 icon](../../../media/service-icons/vision.svg) [Vision](../../../computer-vision/index.yml) | Analyze content in digital images and rich media assets.| &bullet;&NonBreakingSpace;[Vision SDK for .NET](/dotnet/api/overview/azure/AI.Vision.ImageAnalysis-readme?view=azure-dotnet-preview&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[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 icon](../../../media/service-icons/anomaly-detector.svg) [Anomaly Detector](../../../Anomaly-Detector/index.yml) <br>(deprecated 2023) | Monitor and detect anomalies in time series data. | &bullet;&NonBreakingSpace;[Anomaly Detector SDK for .NET](/dotnet/api/azure.ai.anomalydetector?view=azure-dotnet-preview&preserve-view=true)<br><br>&bullet;&NonBreakingSpace;[Anomaly Detector NuGet package](https://www.nuget.org/packages/Azure.AI.AnomalyDetector) |
36+
| ![Content Moderator icon](../../../media/service-icons/content-moderator.svg) [Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. | &bullet;&NonBreakingSpace;[Content Moderator SDK for .NET](/dotnet/api/overview/azure/content-moderator?view=azure-dotnet&branch=main&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Content Moderator NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.ContentModerator) |
37+
| ![Language Understanding icon](../../../media/service-icons/luis.svg) [Language understanding (LUIS)](../../../luis/index.yml) <br>(deprecated 2023) | Use natural language understanding in your applications. | &bullet;&NonBreakingSpace;[LUIS SDK for .NET (authoring)](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/LUIS)<br><br>&bullet;&NonBreakingSpace;[LUIS NuGet package (authoring)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring/)<br><br>&bullet;&NonBreakingSpace;[LUIS SDK for .NET (prediction)](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Language.LUIS.Runtime)<br><br>&bullet;&NonBreakingSpace; [LUIS NuGet package (prediction)](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/) |
38+
| ![Metrics Advisor icon](../../../media/service-icons/metrics-advisor.svg) [Metrics Advisor](../../../metrics-advisor/index.yml) <br>(deprecated 2023) | Detect harmful content in applications and services.| &bullet;&NonBreakingSpace;[Metrics Advisor SDK for .NET](/dotnet/api/overview/azure/ai.metricsadvisor-readme?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Metrics Advisor NuGet package](https://www.nuget.org/packages/Azure.AI.MetricsAdvisor) |
39+
| ![Personalizer icon](../../../media/service-icons/personalizer.svg) [Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. | &bullet;&NonBreakingSpace;[Personalizer SDK for .NET](/dotnet/api/overview/azure/personalizer?view=azure-dotnet&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[Personalizer NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/1.0.0) |
40+
| ![QnA Maker icon](../../../media/service-icons/luis.svg) [QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. | &bullet;&NonBreakingSpace;[QnA maker SDK for .NET](/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker?view=azure-dotnet-legacy&preserve-view=true) <br><br>&bullet;&NonBreakingSpace;[QnA maker NuGet package](https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker/) |
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Azure AI SDK for Go
3+
titleSuffix: Azure AI Studio
4+
description: Provides an overview with links to available Azure AI client libraries and packages for Go.
5+
author: eric-urban
6+
manager: nitinme
7+
ms.service: azure-ai-studio
8+
ms.topic: reference
9+
ms.date: 03/06/2024
10+
ms.author: lajanuar
11+
---
12+
13+
## Supported services
14+
15+
| Service | Description | Reference documentation |
16+
| --- | --- | --- |
17+
| ![Azure OpenAI Service icon](../../../media/service-icons/azure.svg) [Azure OpenAI](../../../openai/index.yml) | Perform a wide variety of natural language tasks. | &bullet;&NonBreakingSpace;[Azure OpenAI SDK for GO](https://github.com/Azure/azure-sdk-for-go/tree/sdk/ai/azopenai/v0.4.1/sdk/ai/azopenai/) <br><br>&bullet;&NonBreakingSpace;[Azure OpenAI GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai)|
18+
| ![Custom Vision icon](../../../media/service-icons/custom-vision.svg) [Custom Vision](../../../custom-vision-service/index.yml) | Customize image recognition for your applications and models. |&bullet;&NonBreakingSpace;[Custom Vision GO module (prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction) <br><br>&bullet;&NonBreakingSpace;[GO module (training)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training)|
19+
| ![Speech icon](../../../media/service-icons/speech.svg) [Speech](../../../speech-service/index.yml) | Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. | &bullet;&NonBreakingSpace;[Speech GO module](https://pkg.go.dev/github.com/Microsoft/cognitive-services-speech-sdk-go)|
20+
21+
## Deprecated services
22+
23+
| Service | Description | Reference documentation |
24+
| --- | --- | --- |
25+
| ![Content Moderator icon](../../../media/service-icons/content-moderator.svg) [Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. | &bullet;&NonBreakingSpace;[Content Moderator SDK for GO](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator) |
26+
| ![Language Understanding icon](../../../media/service-icons/luis.svg) [Language understanding (LUIS)](../../../luis/index.yml)<br>(deprecated 2023) | Use natural language understanding in your applications. | &bullet;&NonBreakingSpace;[LUIS GO module (authoring and prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis) |
27+
| ![Personalizer icon](../../../media/service-icons/personalizer.svg) [Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. | &bullet;&NonBreakingSpace;[Personalizer GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk) |
28+
| ![QnA Maker icon](../../../media/service-icons/luis.svg) [QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. | &bullet;&NonBreakingSpace;[QnA maker GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker) |

0 commit comments

Comments
 (0)