Skip to content

Commit 083a3b6

Browse files
authored
Merge pull request #980 from MicrosoftDocs/main
10/23 11:00 AM IST Publish
2 parents 6f58d1b + b0f0410 commit 083a3b6

File tree

8 files changed

+39
-35
lines changed

8 files changed

+39
-35
lines changed

articles/ai-services/document-intelligence/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ items:
327327
- name: Bank statement
328328
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/bank-statement.md
329329
- name: Business card (2023-07-31 GA)
330-
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2023-07-31/business-card.md
330+
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2023-07-31-ga/business-card.md
331331
- name: Contract
332332
href: https://github.com/Azure-Samples/document-intelligence-code-samples/blob/main/schema/2024-07-31-preview/contract.md
333333
- name: Credit card

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ The PII feature includes the ability to detect personal (`PII`) and health (`PHI
2323
> [!NOTE]
2424
> To detect protected health information (PHI), use the `domain=phi` parameter and model version `2020-04-01` or later.
2525
26-
2726
The following entity categories are returned when you're sending API requests PII feature.
2827

2928
## Category: Person
@@ -47,7 +46,7 @@ This category contains the following entity:
4746
:::column-end:::
4847

4948
:::column span="":::
50-
**Supported document languages**
49+
**Supported languages**
5150

5251
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
5352
@@ -76,7 +75,7 @@ This category contains the following entity:
7675
:::column-end:::
7776

7877
:::column span="":::
79-
**Supported document languages**
78+
**Supported languages**
8079

8180
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
8281
@@ -104,7 +103,7 @@ This category contains the following entity:
104103
:::column-end:::
105104

106105
:::column span="":::
107-
**Supported document languages**
106+
**Supported languages**
108107

109108
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt` `pt-br`
110109
@@ -134,7 +133,7 @@ This category contains the following entity:
134133
:::column-end:::
135134

136135
:::column span="":::
137-
**Supported document languages**
136+
**Supported languages**
138137

139138
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
140139
@@ -163,7 +162,7 @@ The entity in this category can have the following subcategories.
163162
:::column-end:::
164163

165164
:::column span="":::
166-
**Supported document languages**
165+
**Supported languages**
167166

168167
`en`
169168
@@ -235,7 +234,7 @@ This category contains the following entity:
235234
:::column-end:::
236235

237236
:::column span="":::
238-
**Supported document languages**
237+
**Supported languages**
239238

240239
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
241240
@@ -263,7 +262,7 @@ This category contains the following entity:
263262

264263
:::column-end:::
265264
:::column span="":::
266-
**Supported document languages**
265+
**Supported languages**
267266

268267
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
269268
@@ -292,7 +291,7 @@ This category contains the following entity:
292291
:::column-end:::
293292

294293
:::column span="":::
295-
**Supported document languages**
294+
**Supported languages**
296295

297296
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
298297
@@ -321,7 +320,7 @@ This category contains the following entity:
321320
:::column-end:::
322321

323322
:::column span="":::
324-
**Supported document languages**
323+
**Supported languages**
325324

326325
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
327326
@@ -348,7 +347,7 @@ This category contains the following entities:
348347
349348
:::column-end:::
350349
:::column span="":::
351-
**Supported document languages**
350+
**Supported languages**
352351

353352
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
354353
@@ -375,7 +374,7 @@ The entity in this category can have the following subcategories.
375374
376375
:::column-end:::
377376
:::column span="2":::
378-
**Supported document languages**
377+
**Supported languages**
379378
380379
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `ja`, `ko`, `pt-pt`, `pt-br`
381380
@@ -401,7 +400,7 @@ The PII service supports the Age subcategory within the broader Quantity categor
401400
402401
:::column-end:::
403402
:::column span="2":::
404-
**Supported document languages**
403+
**Supported languages**
405404

406405
`en`, `es`, `fr`, `de`, `it`, `zh-hans`, `pt-pt`, `pt-br`
407406
@@ -428,7 +427,7 @@ These entity categories include identifiable Azure information like authenticati
428427
429428
:::column-end:::
430429
:::column span="":::
431-
**Supported document languages**
430+
**Supported languages**
432431

433432
`en`
434433

articles/ai-services/language-service/whats-new.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Azure AI Language is updated on an ongoing basis. To stay up-to-date with recent
1717

1818
## September 2024
1919

20-
* Custom Summarization has been discontinued and is no longer available in the Studio and documentation.
20+
* PII detection now has container support. See more details in the Azure Update post: [Announcing Text PII Redaction Container Release](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/announcing-text-pii-redaction-container-release/ba-p/4264655).
21+
* Custom sentiment analysis (preview) will be retired on January 10th, 2025. Please transition to other custom model training services, such as custom text classification in Azure AI Language, by that date.  See more details in the Azure Update post: [Retirement: Announcing upcoming retirement of custom sentiment analysis (preview) in Azure AI Language (microsoft.com)](https://azure.microsoft.com/updates/v2/custom-sentiment-analysis-retirement).
22+
* Custom text analytics for health (preview) will be retired on January 10th, 2025. Please transition to other custom model training services, such as custom named entity recognition in Azure AI Language, by that date.  See more details in the Azure Update post: [Retirement: Announcing upcoming retirement of custom text analytics for health (preview) in Azure AI Language (microsoft.com)](https://azure.microsoft.com/updates/v2/custom-text-analytics-for-health-retirement).
2123

2224
## August 2024
2325
* [CLU utterance limit in a project](conversational-language-understanding/service-limits.md#data-limits) increased from 25,000 to 50,000.

articles/ai-services/openai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
2323
| Models available | **o1-preview** & **o1-mini** - (Limited Access - [Request Access](https://aka.ms/oai/modelaccess))<br>**GPT-4o & GPT-4o mini**<br> **GPT-4 series (including GPT-4 Turbo with Vision)** <br>**GPT-3.5-Turbo series**<br> Embeddings series <br> Learn more in our [Models](./concepts/models.md) page.|
2424
| Fine-tuning | `GPT-4o-mini` (preview) <br> `GPT-4` (preview) <br>`GPT-3.5-Turbo` (0613) <br> `babbage-002` <br> `davinci-002`.|
2525
| Price | [Available here](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) <br> For details on GPT-4 Turbo with Vision, see the [special pricing information](../openai/concepts/gpt-with-vision.md#special-pricing-information).|
26-
| Virtual network support & private link support | Yes, unless using [Azure OpenAI on your data](./concepts/use-your-data.md). |
26+
| Virtual network support & private link support | Yes. |
2727
| Managed Identity| Yes, via Microsoft Entra ID |
2828
| UI experience | [Azure portal](https://portal.azure.com) for account & resource management, <br> [Azure AI Studio](https://ai.azure.com) for model exploration and fine-tuning |
2929
| Model regional availability | [Model availability](./concepts/models.md) |

articles/ai-services/speech-service/high-definition-voices.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,28 @@ Here's a comparison of features between Azure AI Speech HD voices, Azure OpenAI
5454

5555
The Azure AI Speech HD voice values are in the format `voicename:basemodel:version`. The name before the colon, such as `en-US-Ava`, is the voice persona name and its original locale. The base model is tracked by versions in subsequent updates.
5656

57-
Currently, `DragonHD` is the only base model available for Azure AI Speech HD voices. One version of the base model (`v1Neural`) is available for each voice persona. To ensure that you're using the latest version of the base model that we provide without having to make a code change, use the `LatestNeural` version.
57+
Currently, `DragonHD` is the only base model available for Azure AI Speech HD voices. To ensure that you're using the latest version of the base model that we provide without having to make a code change, use the `LatestNeural` version.
5858

59-
For example, for the persona `en-US-Ava` you can specify two HD voice values:
59+
For example, for the persona `en-US-Ava` you can specify the following HD voice values:
6060
- `en-US-Ava:DragonHDLatestNeural`: Always uses the latest version of the base model that we provide later.
61-
- `en-US-Ava:DragonHDv1Neural`: Always uses the `v1Neural` version of the base model. When we release a new version of the base model, you need to update your code to use the new version.
6261

6362
The following table lists the Azure AI Speech HD voices that are currently available.
6463

6564
| Neural voice persona | HD voices |
6665
|----------------------|-----------|
67-
| de-DE-Seraphina | de-DE-Seraphina:DragonHDLatestNeural<br/>de-DE-Seraphina:DragonHDv1Neural |
68-
| en-US-Andrew | en-US-Andrew:DragonHDLatestNeural<br/>en-US-Andrew:DragonHDv1Neural |
69-
| en-US-Andrew2 | en-US-Andrew2:DragonHDLatestNeural<br/>en-US-Andrew2:DragonHDv1Neural |
70-
| en-US-Aria | en-US-Aria:DragonHDLatestNeural<br/>en-US-Aria:DragonHDv1Neural |
71-
| en-US-Ava | en-US-Ava:DragonHDLatestNeural<br/>en-US-Ava:DragonHDv1Neural |
72-
| en-US-Davis | en-US-Davis:DragonHDLatestNeural<br/>en-US-Davis:DragonHDv1Neural |
73-
| en-US-Emma | en-US-Emma:DragonHDLatestNeural<br/>en-US-Emma:DragonHDv1Neural |
74-
| en-US-Emma2 | en-US-Emma2:DragonHDLatestNeural<br/>en-US-Emma2:DragonHDv1Neural |
75-
| en-US-Jenny | en-US-Jenny:DragonHDLatestNeural<br/>en-US-Jenny:DragonHDv1Neural |
76-
| en-US-Steffan | en-US-Steffan:DragonHDLatestNeural<br/>en-US-Steffan:DragonHDv1Neural |
77-
| ja-JP-Masaru | ja-JP-Masaru:DragonHDLatestNeural<br/>ja-JP-Masaru:DragonHDv1Neural |
78-
| zh-CN-Xiaochen | zh-CN-Xiaochen:DragonHDLatestNeural<br/>zh-CN-Xiaochen:DragonHDv1Neural |
79-
66+
| de-DE-Seraphina | de-DE-Seraphina:DragonHDLatestNeural|
67+
| en-US-Andrew | en-US-Andrew:DragonHDLatestNeural|
68+
| en-US-Andrew2 | en-US-Andrew2:DragonHDLatestNeural|
69+
| en-US-Aria | en-US-Aria:DragonHDLatestNeural |
70+
| en-US-Ava | en-US-Ava:DragonHDLatestNeural|
71+
| en-US-Brian | en-US-Brian:DragonHDLatestNeural|
72+
| en-US-Davis | en-US-Davis:DragonHDLatestNeural|
73+
| en-US-Emma | en-US-Emma:DragonHDLatestNeural |
74+
| en-US-Emma2 | en-US-Emma2:DragonHDLatestNeural |
75+
| en-US-Jenny | en-US-Jenny:DragonHDLatestNeural |
76+
| en-US-Steffan | en-US-Steffan:DragonHDLatestNeural |
77+
| ja-JP-Masaru | ja-JP-Masaru:DragonHDLatestNeural|
78+
| zh-CN-Xiaochen | zh-CN-Xiaochen:DragonHDLatestNeural |
8079

8180
## How to use Azure AI Speech HD voices
8281

0 commit comments

Comments
 (0)