Skip to content

Commit 63d4743

Browse files
committed
fixing merge conflict
2 parents 563c4c6 + 501df48 commit 63d4743

25 files changed

+383
-47
lines changed

articles/ai-services/computer-vision/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ The latest [Multimodal embeddings](./concept-image-retrieval.md) model supports
258258
| Norwegian | `no` || |
259259
| Nyanja | `ny` || |
260260
| Occitan | `oc` || |
261-
| Oriya | `or` || |
261+
| Odia | `or` || |
262262
| Oromo | `om` || |
263263
| Pashto | `ps` || |
264264
| Persian | `fa` || |

articles/ai-services/computer-vision/use-case-alt-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Alt text, or alternative text, is an HTML attribute added to the `<img>` tag
2121

2222
`<img src="elephant.jpg" alt="An elephant in a grassland.">`
2323

24-
Alt text enables website owners to describe an image in plain text. These image descriptions improve accessibility by enabling screen readers such as Microsoft Narrator, JAWS, and NVDA to accurately communicate image content to their vision-impaired and blind users.
24+
Alt text enables website owners to describe an image in plain text. These image descriptions improve accessibility by enabling screen readers such as Microsoft Narrator, JAWS, and NVDA to accurately communicate image content to their users who are blind or with visual impairment.
2525

2626
Alt text is also vital for image search engine optimization (SEO). It helps search engines understand the visual content in your images. The search engine is then better able to include and rank your website in search results when users search for the content in your website.
2727

articles/ai-services/containers/docker-compose-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-services
99
ms.topic: how-to
10-
ms.date: 02/22/2024
10+
ms.date: 11/06/2024
1111
ms.author: aahi
1212

1313
# SME: Brendan Walsh

articles/ai-services/content-safety/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The groundedness detection API includes a correction feature that automatically
4545

4646
### New features are GA
4747

48-
The Prompt Shields API and groundedness detection API are now generally available (GA). Follow a quickstart to try them out.
48+
The Prompt Shields API and Protected Material for text API are now generally available (GA). Follow a quickstart to try them out.
4949
* [Prompt Shields quickstart](/azure/ai-services/content-safety/quickstart-jailbreak)
5050
* [Protected Material quickstart](/azure/ai-services/content-safety/quickstart-protected-material?tabs=curl)
5151
## July 2024

articles/ai-services/create-account-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: Azure AI services, cognitive solutions, cognitive intelligence, cognit
55
author: eric-urban
66
ms.service: azure-ai-services
77
ms.topic: quickstart
8-
ms.date: 8/1/2024
8+
ms.date: 11/06/2024
99
ms.author: eur
1010
ms.custom:
1111
- subject-armqs

articles/ai-services/document-intelligence/language-support/prebuilt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Azure AI Document Intelligence models provide multilingual document processing s
173173
| &bullet; Korean (`ko`) | Korea (`kr`)|
174174
| &bullet; Latvian (`lv`) | Latvia (`lv`)|
175175
| &bullet; Lithuanian (`lt`) | Lithuania (`lt`)|
176-
| &bullet; Macedonian (`mk`) | Macedonia (`mk`)|
176+
| &bullet; Macedonian (`mk`) | North Macedonia (`mk`)|
177177
| &bullet; Malay (`ms`) | Malaysia (`ms`)|
178178
| &bullet; Norwegian (`nb`) | Norway (`no`)|
179179
| &bullet; Polish (`pl`) | Poland (`pl`)|

articles/ai-services/luis/client-libraries-rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Quickstart: Language Understanding (LUIS) SDK client libraries and REST API"
33
description: Create and query a LUIS app with the LUIS SDK client libraries and REST API.
44
ms.topic: quickstart
5-
ms.date: 01/19/2024
5+
ms.date: 11/06/2024
66
ms.service: azure-ai-language
7-
ms.author: aahi
7+
ms.author: jboback
88
manager: nitinme
99
ms.subservice: azure-ai-luis
10-
author: aahill
10+
author: jboback
1111
keywords: Azure, artificial intelligence, ai, natural language processing, nlp, LUIS, azure luis, natural language understanding, ai chatbot, chatbot maker, understanding natural language
1212
ms.devlang: csharp
1313
# ms.devlang: csharp, javascript, python

articles/ai-services/luis/concepts/entities.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Entities
33
titleSuffix: Azure AI services
44
description: Entities concepts
55
#services: cognitive-services
6-
ms.author: aahi
7-
author: aahill
6+
ms.author: jboback
7+
author: jboback
88
manager: nitinme
99
ms.service: azure-ai-language
1010
ms.subservice: azure-ai-luis
1111
ms.topic: conceptual
12-
ms.date: 01/19/2024
12+
ms.date: 11/06/2024
1313
---
1414

1515
# Entity types
@@ -23,10 +23,10 @@ An entity is an item or an element that is relevant to the user's intent. Entiti
2323
| Utterance | Intent predicted | Entities extracted | Explanation |
2424
|--|--|--|--|
2525
| Hello, how are you? | Greeting | - | Nothing to extract. |
26-
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small'. |
27-
| Turn off bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom'. |
28-
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406'. |
29-
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York". |
26+
| I want to order a small pizza | orderPizza | 'small' | 'Size' entity is extracted as 'small.' |
27+
| Turn-off bedroom light | turnOff | 'bedroom' | 'Room' entity is extracted as 'bedroom.' |
28+
| Check balance in my savings account ending in 4406 | checkBalance | 'savings', '4406' | 'accountType' entity is extracted as 'savings' and 'accountNumber' entity is extracted as '4406.' |
29+
| Buy 3 tickets to New York | buyTickets | '3', 'New York' | 'ticketsCount' entity is extracted as '3' and 'Destination' entity is extracted as 'New York." |
3030

3131
Entities are optional but recommended. You don't need to create entities for every concept in your app, only when:
3232

articles/ai-services/luis/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ summary: Learn how Language Understanding enables your applications to understan
55

66
metadata:
77
ms.topic: landing-page
8-
ms.date: 01/19/2024
9-
ms.author: aahi
10-
author: aahill
8+
ms.date: 11/06/2024
9+
ms.author: jboback
10+
author: jboback
1111
manager: nitinme
1212
ms.service: azure-ai-language
1313
ms.subservice: azure-ai-luis

articles/ai-services/luis/luis-container-howto.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Install and run Docker containers for LUIS
33
titleSuffix: Azure AI services
44
description: Use the LUIS container to load your trained or published app, and gain access to its predictions on-premises.
55
#services: cognitive-services
6-
author: aahill
6+
author: jboback
77
manager: nitinme
88
ms.service: azure-ai-language
99
ms.subservice: azure-ai-luis
1010
ms.topic: how-to
11-
ms.date: 01/19/2024
12-
ms.author: aahi
11+
ms.date: 11/06/2024
12+
ms.author: jboback
1313
keywords: on-premises, Docker, container
1414
---
1515

0 commit comments

Comments
 (0)