Skip to content

Commit 603f4ca

Browse files
authored
Merge pull request #281678 from MicrosoftDocs/main
OOB Publish for release-blob-backup - 07/24 - 10:00 PM PST/10:30 AM IST
2 parents bd3a517 + 0cf9839 commit 603f4ca

File tree

142 files changed

+1908
-1387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+1908
-1387
lines changed

articles/ai-services/TOC.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,19 @@ items:
66
items:
77
- name: What are Azure AI services?
88
href: what-are-ai-services.md
9-
displayName: applied, cognitive, form recognizer
9+
displayName: applied, cognitive, form
1010
- name: Language support
1111
href: language-support.md
1212
- name: Pricing
1313
href: https://azure.microsoft.com/pricing/details/cognitive-services/
1414
- name: Quickstarts
1515
items:
16-
- name: Create a multi-service resource
16+
- name: Create an Azure AI services resource
1717
href: multi-service-resource.md
18-
displayName: cognitive
18+
displayName: applied, cognitive, form
1919
- name: Create a new resource using Bicep
20-
displayName: Resource Manager, ARM, Template
2120
href: create-account-bicep.md
2221
- name: Create a new resource using an ARM template
23-
displayName: Resource Manager
2422
href: create-account-resource-manager-template.md
2523
- name: Create a new resource using Terraform
2624
href: create-account-terraform.md
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: include file
3+
description: include file
4+
ms.service: azure-ai-services
5+
ms.topic: include
6+
author: eric-urban
7+
ms.author: eur
8+
ms.date: 8/1/2024
9+
ms.custom: include
10+
---
11+
12+
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.

articles/ai-services/includes/reference/sdk/csharp.md

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

articles/ai-services/includes/reference/sdk/go.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ ms.author: lajanuar
1414

1515
| Service | Description | Reference documentation |
1616
| --- | --- | --- |
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)|
17+
| ![Azure OpenAI Service icon](~/reusable-content/ce-skilling/azure/media/ai-services/azure-openai.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](~/reusable-content/ce-skilling/azure/media/ai-services/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)|
1919
| ![Speech icon](~/reusable-content/ce-skilling/azure/media/ai-services/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)|
2020

2121
## Deprecated services
2222

2323
| Service | Description | Reference documentation |
2424
| --- | --- | --- |
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) |
25+
| ![Content Moderator icon](~/reusable-content/ce-skilling/azure/media/ai-services/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](~/reusable-content/ce-skilling/azure/media/ai-services/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](~/reusable-content/ce-skilling/azure/media/ai-services/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](~/reusable-content/ce-skilling/azure/media/ai-services/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)