You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure AI services help developers and organizations rapidly create intelligent, cutting-edge, market-ready, and responsible applications with out-of-the-box and prebuilt and customizable APIs and models. Example applications include natural language processing for conversations, search, monitoring, translation, speech, vision, and decision-making.
13
+
14
+
> [!TIP]
15
+
> Try Azure AI services including Azure OpenAI, Content Safety, Speech, Vision, and more in [Azure AI Studio](https://ai.azure.com). For more information, see [What is Azure AI Studio?](../../ai-studio/what-is-ai-studio.md).
16
+
17
+
Most [Azure AI services](../../ai-services/index.yml) are available through REST APIs and client library SDKs in popular development languages. For more information, see each service's documentation.
Copy file name to clipboardExpand all lines: articles/ai-services/includes/reference/sdk/go.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,15 @@ ms.author: lajanuar
14
14
15
15
| Service | Description | Reference documentation |
16
16
| --- | --- | --- |
17
-
|[Azure OpenAI](../../../openai/index.yml)| Perform a wide variety of natural language tasks. |• [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>• [Azure OpenAI GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai)|
18
-
|[Custom Vision](../../../custom-vision-service/index.yml)| Customize image recognition for your applications and models. |• [Custom Vision GO module (prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction) <br><br>• [GO module (training)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training)|
17
+
|[Azure OpenAI](../../../openai/index.yml)| Perform a wide variety of natural language tasks. |• [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>• [Azure OpenAI GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai)|
18
+
|[Custom Vision](../../../custom-vision-service/index.yml)| Customize image recognition for your applications and models. |• [Custom Vision GO module (prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.1/customvision/prediction) <br><br>• [GO module (training)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.1/customvision/training)|
19
19
|[Speech](../../../speech-service/index.yml)| Add speech to text, text to speech, translation, and speaker recognition capabilities to applications. |• [Speech GO module](https://pkg.go.dev/github.com/Microsoft/cognitive-services-speech-sdk-go)|
20
20
21
21
## Deprecated services
22
22
23
23
| Service | Description | Reference documentation |
24
24
| --- | --- | --- |
25
-
|[Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. |• [Content Moderator SDK for GO](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator)|
26
-
|[Language understanding (LUIS)](../../../luis/index.yml)<br>(deprecated 2023) | Use natural language understanding in your applications. |• [LUIS GO module (authoring and prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis)|
27
-
|[Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. |• [Personalizer GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk)|
28
-
|[QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. |• [QnA maker GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker)|
25
+
|[Content Moderator](../../../content-moderator/index.yml) <br>(deprecated 2024) | Monitor and detect potentially offensive and unwanted content. |• [Content Moderator SDK for GO](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/contentmoderator)|
26
+
|[Language understanding (LUIS)](../../../luis/index.yml)<br>(deprecated 2023) | Use natural language understanding in your applications. |• [LUIS GO module (authoring and prediction)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v2.0/luis)|
27
+
|[Personalizer](../../../personalizer/index.yml) <br>(deprecated 2023) | Present rich, personalized content and experiences to users. |• [Personalizer GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk)|
28
+
|[QnA maker](../../../qnamaker/index.yml) (deprecated 2022) | Distill information into easy-to-navigate question and answer applications. |• [QnA maker GO module](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v4.0/qnamaker)|
0 commit comments