Skip to content

Commit 3f50d3b

Browse files
Merge pull request #6008 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-12 05:00 UTC
2 parents acf364a + 232b2cb commit 3f50d3b

20 files changed

+154
-92
lines changed

articles/ai-services/document-intelligence/how-to-guides/disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ms.author: lajanuar
3333

3434
::: moniker range=">= doc-intel-2.1.0"
3535

36-
When you create a Document Intelligence resource in the Azure portal, you specify a region. From then on, your resource and all of its operations stay associated with that particular Azure server region. It's rare, but not impossible, to encounter a network issue that hits an entire region. If your solution needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. Both approaches require at least two Document Intelligence resources in different regions and the ability to sync custom models and classifiers across regions.
36+
When you create a Document Intelligence resource in the Azure portal, you specify a region. From then on, your resource and all of its operations stay associated with that particular Azure region. It's rare, but not impossible, to encounter a network issue that hits an entire region. If your solution needs to always be available, then you should design it to either fail-over into another region or split the workload between two or more regions. Both approaches require at least two Document Intelligence resources in different regions and the ability to sync custom models and classifiers across regions.
3737

3838
The Copy API enables this scenario by allowing you to copy custom models and classifiers from one Document Intelligence account or into others, which can exist in any supported geographical region. This guide shows you how to use the Copy REST API with cURL for custom models. You can also use an HTTP request service to issue the requests.
3939

articles/ai-services/speech-service/includes/release-notes/release-notes-cli.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ ms.topic: include
55
ms.date: 08/01/2024
66
ms.author: eur
77
---
8+
### Speech CLI 1.45.0: 2025-June release
9+
Updated to use Speech SDK 1.45.0
10+
#### New features
11+
* none
12+
#### Bug fixes
13+
* none
14+
15+
### Speech CLI 1.44: 2025-May release
16+
17+
#### New features
18+
* Added support for authentication with Microsoft Entra token credentials.
19+
* Added support for the Fast transcription API.
20+
21+
##### Bug fixes
22+
* Fixed non-working semicolon-separated input URLs and input file/URL lists from a file.
823

924
### Speech CLI 1.43: 2025-March release
1025

articles/ai-services/speech-service/includes/release-notes/release-notes-sdk.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ ms.author: eur
88

99
> [!IMPORTANT]
1010
> Content assessment (preview) via the Speech SDK is being retired in July 2025. Instead, you can use Azure OpenAI models to get content assessment results as described in the [content assessment documentation](../../how-to-pronunciation-assessment.md#content-assessment).
11+
12+
### Speech SDK 1.45: 2025-July release
13+
14+
#### New features:
15+
* Added support for setting the phrase list grammar weight. (Currently only effects embedded scenarios)
16+
* Added more specific file opening error codes.
17+
* Updated Unicode path support so that SDK Windows DLLs can be located under non-ASCII paths.
18+
* Updated descriptions of segmentation strategy properties to align with the service logic.
19+
* [C#, Java] Added support for authentication using ApiKeyCredential.
20+
21+
#### Bug fixes
22+
* Fixed the Microsoft Audio Stack (MAS) initialization error about microphone geometry in certain regions.
23+
* Fixed profanity settings not working in speech translation (https://github.com/Azure-Samples/cognitive-services-speech-sdk/issues/2856).
24+
* Fixed a crash in intent recognition pattern matching with Japanese language.
25+
* Fixed custom domain resolution not working with Node.js v22 or newer.
26+
27+
#### Samples
28+
* [Java ] Added sample code to demonstrate AAD token credential authentication.
29+
1130
### Speech SDK 1.44.1: Patch release
1231

1332
SDK version 1.44.1 is being released for JavaScript only with 4 bug fixes:
@@ -66,16 +85,6 @@ SDK version 1.44.1 is being released for JavaScript only with 4 bug fixes:
6685
##### Bug fixes
6786
* Fixed an infinite connection retry loop on unsupported connection closing codes (https://github.com/microsoft/cognitive-services-speech-sdk-js/issues/896).
6887

69-
### Speech CLI (SPX)
70-
71-
#### New features
72-
* Added support for authentication with Microsoft Entra token credentials.
73-
* Added support for the Fast transcription API.
74-
75-
##### Bug fixes
76-
* Fixed non-working semicolon-separated input URLs and input file/URL lists from a file.
77-
78-
7988
### Speech SDK 1.43: 2025-March release
8089

8190
> [!NOTE]

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,27 @@ ms.author: eur
77
ms.custom: references_regions
88
---
99

10+
### July 2025 release
11+
12+
#### Improved speech to text models
13+
14+
The English models (all `en-*` models except for `en-IN`) were updated to incorporate a new VAD (voice activity detector) which helps reduce the latency by 100 ms or more. It can affect the accuracy and silence segmentation both positively and negatively, with the aim of reducing latency. Further language expansion is coming in the next few months.
15+
1016
### June 2025 release
1117

1218
#### Improved pronunciation assessment model
1319

14-
We've rolled out significant upgrades to the pronunciation assessment models for `ta-IN` and `ms-MY`. You'll see a noticeable jump in Pearson Correlation Coefficients (PCC), which means more precise and dependable evaluations.
20+
We rolled out significant upgrades to the pronunciation assessment models for `ta-IN` and `ms-MY`. You're seeing a noticeable jump in Pearson Correlation Coefficients (PCC), which means more precise and dependable evaluations.
1521

1622
These updated models are ready to use through the API and the Azure AI Foundry playground, just like before.
1723

1824
#### Improved speech to text models
19-
Accuracy of speech to text models in [fast transcription](../../fast-transcription-create.md) for `de-DE`, `en-US`, `en-GB`, `es-ES`, `es-MX`, `fr-FR`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, and `zh-CN` locales are improved by 10%-25% percent respectively, particularly with improved readaibility and recognition on entities.
25+
Accuracy of speech to text models in [fast transcription](../../fast-transcription-create.md) for `de-DE`, `en-US`, `en-GB`, `es-ES`, `es-MX`, `fr-FR`, `it-IT`, `ja-JP`, `ko-KR`, `pt-BR`, and `zh-CN` locales improving by 10%-25% percent respectively, particularly with improved readability and recognition on entities.
2026

2127
### May 2025 release
2228

2329
#### Improved speech to text models
24-
Accuracy of speech to text models for `ta-IN`, `te-IN`, `en-IN`, and `hu-HU` locales are improved by 5-10 percent respectively. We also approximate a 20x reduction in ghost words for the `ta-IN` and `te-IN` models.
30+
Accuracy of speech to text models for `ta-IN`, `te-IN`, `en-IN`, and `hu-HU` locales improving by 5-10 percent respectively. We also approximate a 20x reduction in ghost words for the `ta-IN` and `te-IN` models.
2531

2632
#### Fast transcription API - Multi-lingual speech transcription
2733

articles/search/.openpublishing.redirection.search.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"source_path_from_root": "/articles/search/cognitive-search-quickstart-blob.md",
1010
"redirect_url": "/azure/search/search-get-started-skillset",
1111
"redirect_document_id": true
12+
},
13+
{
14+
"source_path_from_root": "/articles/search/cognitive-search-tutorial-blob.md",
15+
"redirect_url": "/azure/search/tutorial-skillset",
16+
"redirect_document_id": true
17+
},
18+
{
19+
"source_path_from_root": "/articles/search/cognitive-search-tutorial-blob-dotnet.md",
20+
"redirect_url": "/azure/search/tutorial-skillset",
21+
"redirect_document_id": false
1222
},
1323
{
1424
"source_path_from_root": "/articles/search/search-howto-connecting-azure-sql-database-to-azure-search-using-indexers.md",

articles/search/chat-completion-skill-example-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This section supplements the [skill reference](cognitive-search-defining-skillse
117117
Once the basic framework of your skillset is created and Azure AI services is configured, you can focus on each individual image skill, defining inputs and source context, and mapping outputs to fields in either an index or knowledge store.
118118

119119
> [!NOTE]
120-
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](cognitive-search-tutorial-blob.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
120+
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
121121
122122
### Example inputs for image processing
123123

articles/search/cognitive-search-concept-image-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This section supplements the [skill reference](cognitive-search-predefined-skill
166166
Once the basic framework of your skillset is created and Azure AI services is configured, you can focus on each individual image skill, defining inputs and source context, and mapping outputs to fields in either an index or knowledge store.
167167

168168
> [!NOTE]
169-
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](cognitive-search-tutorial-blob.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
169+
> For an example skillset that combines image processing with downstream natural language processing, see [REST Tutorial: Use REST and AI to generate searchable content from Azure blobs](tutorial-skillset.md). It shows how to feed skill imaging output into entity recognition and key phrase extraction.
170170
171171
### Inputs for image processing
172172

articles/search/cognitive-search-concept-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To repeat any of the above steps, [reset the indexer](search-howto-reindex.md) b
135135
## Next steps
136136

137137
+ [Quickstart: Create a skillset for AI enrichment](search-get-started-skillset.md)
138-
+ [Tutorial: Learn about the AI enrichment REST APIs](cognitive-search-tutorial-blob.md)
138+
+ [Tutorial: Learn about the AI enrichment REST APIs](tutorial-skillset.md)
139139
+ [Skillset concepts](cognitive-search-working-with-skillsets.md)
140140
+ [Knowledge store concepts](knowledge-store-concept-intro.md)
141141
+ [Create a skillset](cognitive-search-defining-skillset.md)

articles/search/cognitive-search-concept-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For [parallel indexing](search-howto-large-index.md), distribute your data into
7171
## See also
7272

7373
+ [Quickstart: Create an AI enrichment pipeline in the Azure portal](search-get-started-skillset.md)
74-
+ [Tutorial: Learn AI enrichment REST APIs](cognitive-search-tutorial-blob.md)
74+
+ [Tutorial: Learn AI enrichment REST APIs](tutorial-skillset.md)
7575
+ [How to configure blob indexers](search-howto-indexing-azure-blob-storage.md)
7676
+ [How to define a skillset](cognitive-search-defining-skillset.md)
7777
+ [How to map enriched fields to an index](cognitive-search-output-field-mapping.md)

articles/search/cognitive-search-predefined-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ For guidance on creating a custom skill, see [Define a custom interface](cogniti
8181

8282
+ [How to define a skillset](cognitive-search-defining-skillset.md)
8383
+ [Custom Skills interface definition](cognitive-search-custom-skill-interface.md)
84-
+ [Tutorial: Enriched indexing with AI](cognitive-search-tutorial-blob.md)
84+
+ [Tutorial: Enriched indexing with AI](tutorial-skillset.md)

0 commit comments

Comments
 (0)