Skip to content

Commit 8975ab2

Browse files
Merge branch 'MicrosoftDocs:main' into main
2 parents 80de2c7 + dd2bbe4 commit 8975ab2

File tree

822 files changed

+4432
-3144
lines changed

Some content is hidden

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

822 files changed

+4432
-3144
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/ai-studio/how-to/commitment-tier.md",
5+
"redirect_url": "/azure/ai-services/commitment-tier.md",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "articles/storage/files/files-samples-dotnet-v11.md",
510
"redirect_url": "/previous-versions/azure/storage/files/files-samples-dotnet-v11",

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
/articles/mysql @tynevi @thomps23
1717
/articles/managed-instance-apache-cassandra @tynevi @thomps23
1818
/articles/virtual-machines @jasonwhowell @thomps23
19-
/articles/virtual-machines-scale-set @jasonwhowell @thomps23
19+
/articles/virtual-machines-scale-sets @jasonwhowell @thomps23
2020
/articles/container-instances @jasonwhowell @thomps23
2121
/articles/service-fabric @jasonwhowell @thomps23

articles/ai-services/computer-vision/how-to/specify-detection-model.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,19 @@ You should be familiar with the concept of AI face detection. If you aren't, see
3737

3838
The different face detection models are optimized for different tasks. See the following table for an overview of the differences.
3939

40-
41-
| Model | Description | Performance notes | Attributes | Landmarks |
42-
|---------|------------|-------------------|-------------|--|
43-
|**detection_01** | Default choice for all face detection operations. | Not optimized for small, side-view, or blurry faces. | Returns main face attributes (head pose, glasses, and so on) if they're specified in the detect call. | Returns face landmarks if they're specified in the detect call. |
44-
|**detection_02** | Released in May 2019 and available optionally in all face detection operations. | Improved accuracy on small, side-view, and blurry faces. | Doesn't return face attributes. | Doesn't return face landmarks. |
45-
|**detection_03** | Released in February 2021 and available optionally in all face detection operations. | Further improved accuracy, including on smaller faces (64x64 pixels) and rotated face orientations. | Returns mask, blur, and head pose attributes if they're specified in the detect call. | Returns face landmarks if they're specified in the detect call. |
46-
40+
| Model | Description | Performance notes | Landmarks |
41+
|-------|-------------|-------------------|-----------|
42+
|**detection_01** | Default choice for all face detection operations. | Not optimized for small, side-view, or blurry faces. | Returns face landmarks if they're specified in the detect call. |
43+
|**detection_02** | Released in May 2019 and available optionally in all face detection operations. | Improved accuracy on small, side-view, and blurry faces. | Doesn't return face landmarks. |
44+
|**detection_03** | Released in February 2021 and available optionally in all face detection operations. | Further improved accuracy, including on smaller faces (64x64 pixels) and rotated face orientations. | Returns face landmarks if they're specified in the detect call. |
45+
46+
Attributes are a set of features that can optionally be detected if they're specified in the detect call:
47+
48+
| Model | accessories | blur | exposure | glasses | headPose | mask | noise | occlusion | qualityForRecognition |
49+
|-------|:-----------:|:----:|:--------:|:-------:|:--------:|:----:|:-----:|:---------:|:---------------------:|
50+
|**detection_01** | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ | ✔️ (for recognition_03 or 04) |
51+
|**detection_02** | | | | | | | | | |
52+
|**detection_03** | | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | | ✔️ | ✔️ (for recognition_03 or 04) |
4753

4854
The best way to compare the performances of the detection models is to use them on a sample dataset. We recommend calling the [Detect] API on a variety of images, especially images of many faces or of faces that are difficult to see, using each detection model. Pay attention to the number of faces that each model returns.
4955

articles/ai-services/computer-vision/whats-new.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ ms.author: pafarley
1818

1919
Learn what's new in Azure AI Vision. Check this page to stay up to date with new features, enhancements, fixes, and documentation updates.
2020

21+
## August 2024
22+
23+
### New detectable Face attributes
24+
25+
The glasses, occlusion, blur, and exposure attributes are available with the latest Detection 03 model. See [Specify a face detection model](./how-to/specify-detection-model.md) for more details.
26+
27+
## May 2024
28+
29+
### New Face SDK 1.0.0-beta.1 (breaking changes)
30+
31+
The Face SDK was rewritten in version 1.0.0-beta.1 to better meet the guidelines and design principles of Azure SDKs. C#, Python, Java, and JavaScript are the supported languages. Follow the [QuickStart](./quickstarts-sdk/identity-client-library.md) to get started.
32+
2133
## February 2024
2234

2335
#### Multimodal embeddings GA: new multi-language model

articles/ai-services/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.author: eur
1414
manager: nitinme
1515
ms.custom: ignite-2023
16-
ms.date: 3/19/2024
16+
ms.date: 8/20/2024
1717
highlightedContent:
1818
# itemType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
1919
items:
@@ -23,9 +23,9 @@ highlightedContent:
2323
- title: What is Azure AI Studio?
2424
itemType: overview
2525
url: ../ai-studio/what-is-ai-studio.md
26-
- title: Azure AI Studio copilot tutorial
26+
- title: Build your own copilot with Azure AI SDKs
2727
itemType: tutorial
28-
url: ../ai-studio/tutorials/deploy-copilot-ai-studio.md
28+
url: ../ai-studio/tutorials/copilot-sdk-build-rag.md
2929
- title: Responsible use of AI
3030
itemType: concept
3131
url: responsible-use-of-ai-overview.md

articles/ai-services/language-service/personally-identifiable-information/concepts/conversations-entity-categories.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.custom: language-service-pii, build-2024
1616

1717
Use this article to find the entity categories that can be returned by the [conversational PII detection feature](../how-to-call-for-conversations.md). This feature runs a predictive model to identify, categorize, and redact sensitive information from an input conversation.
1818

19-
The PII preview feature includes the ability to detect personal (`PII`) information from conversations.
20-
2119
## Entity categories
2220

2321
The following entity categories are returned when you're sending API requests PII feature.

articles/ai-services/language-service/personally-identifiable-information/how-to-call-for-conversations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ By default, this feature will use the latest available AI model on your input. Y
2626

2727
### Language support
2828

29-
Currently the conversational PII preview API only supports English language.
29+
See the [PII Language Support page](language-support.md) for more details. Currently the conversational PII GA model only supports the English language. The preview model and API support the [same list languages](../concepts/language-support.md) as the other Language services.
3030

3131
### Region support
3232

33-
Currently the conversational PII preview API supports all Azure regions supported by the Language service.
33+
The conversational PII API supports all Azure regions supported by the Language service.
3434

3535
## Submitting data
3636

@@ -82,7 +82,7 @@ When you get results from PII detection, you can stream the results to an applic
8282
Use the following example if you have conversations transcribed using the Speech service's [speech to text](../../Speech-Service/speech-to-text.md) feature:
8383

8484
```bash
85-
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2022-05-15-preview \
85+
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2024-05-01 \
8686
-H "Content-Type: application/json" \
8787
-H "Ocp-Apim-Subscription-Key: your-key-here" \
8888
-d \
@@ -195,7 +195,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
195195
"taskName": "analyze 1",
196196
"kind": "ConversationalPIITask",
197197
"parameters": {
198-
"modelVersion": "2022-05-15-preview",
198+
"modelVersion": "2023-04-15-preview",
199199
"redactionSource": "text",
200200
"includeAudioRedaction": true,
201201
"piiCategories": [
@@ -213,7 +213,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
213213
Use the following example if you have conversations that originated in text. For example, conversations through a text-based chat client.
214214
215215
```bash
216-
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2022-05-15-preview \
216+
curl -i -X POST https://your-language-endpoint-here/language/analyze-conversations/jobs?api-version=2024-05-01 \
217217
-H "Content-Type: application/json" \
218218
-H "Ocp-Apim-Subscription-Key: your-key-here" \
219219
-d \
@@ -251,7 +251,7 @@ curl -i -X POST https://your-language-endpoint-here/language/analyze-conversatio
251251
"taskName": "analyze 1",
252252
"kind": "ConversationalPIITask",
253253
"parameters": {
254-
"modelVersion": "2022-05-15-preview"
254+
"modelVersion": "2023-04-15-preview"
255255
}
256256
}
257257
]

articles/ai-services/language-service/personally-identifiable-information/language-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Use this article to learn which natural languages are supported by the PII and c
102102
|Chinese-Simplified |`zh-hans` |`zh` also accepted|
103103
|Chinese-Traditional |`zh-hant` | |
104104

105-
# [PII for conversations (preview)](#tab/conversations)
105+
# [PII for conversations](#tab/conversations)
106106

107107
## PII language support
108108

articles/ai-services/language-service/summarization/region-support.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Some summarization features are only available in limited regions. More regions
2626
|East US |✅ |✅ |✅ |
2727
|East US 2 |✅ |✅ |❌ |
2828
|West US |✅ |✅ |❌ |
29+
|USNat West |✅ |✅ |❌ |
30+
|USNat East |✅ |✅ |❌ |
31+
|USSec West |✅ |✅ |❌ |
32+
|USSec East |✅ |✅ |❌ |
2933
|South UK |✅ |✅ |❌ |
3034
|Southeast Asia |✅ |✅ |❌ |
3135
|Australia East |✅ |✅ |❌ |

articles/ai-services/language-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: Language support
33
titleSuffix: Azure AI services
44
description: Azure AI services enable you to build applications that see, hear, speak with, and understand your users.
5-
#services: cognitive-services
65
author: laujan
76
manager: nitinme
87
ms.service: azure-ai-services
98
ms.topic: conceptual
10-
ms.date: 07/08/2024
9+
ms.date: 8/20/2024
1110
ms.author: lajanuar
1211
---
1312

0 commit comments

Comments
 (0)