Skip to content

Commit bd64bd4

Browse files
authored
Merge pull request #267194 from MicrosoftDocs/main
Publish to live, Sunday 4 AM PST, 2/25
2 parents 2069625 + 81cfd3f commit bd64bd4

File tree

120 files changed

+2086
-978
lines changed

Some content is hidden

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

120 files changed

+2086
-978
lines changed

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,28 @@ items:
274274
href: tutorial-azure-function.md
275275
- name: Reference
276276
items:
277-
- name: REST API v4.0
277+
- name: REST APIs
278+
items:
279+
- name: 2023-10-31-preview (v4.0)
278280
href: /rest/api/aiservices/operation-groups?view=rest-aiservices-2023-10-31-preview&preserve-view=true&tabs=HTTP
279-
- name: REST API v3.1
281+
- name: 2023-07-31 (v3.1)
280282
href: /rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-2023-07-31&preserve-view=true&tabs=HTTP
281-
- name: REST API v3.0
283+
- name: 2022-08-31 (v3.0)
282284
href: https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-2022-08-31/operations/AnalyzeDocument
283285
- name: Error codes v4.0, v3.1, and v3.0
284286
href: v3-error-guide.md
285-
- name: REST API v2.1
287+
- name: v2.1
286288
href: https://westus.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-1/operations/AnalyzeWithCustomForm
289+
- name: SDKs (2023-10-31-preview)
290+
items:
291+
- name: C# / .NET
292+
href: /dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true
293+
- name: Java
294+
href: /java/api/overview/azure/ai-documentintelligence-readme?view=azure-java-preview&preserve-view=true
295+
- name: JavaScript
296+
href: /javascript/api/overview/azure/ai-document-intelligence-rest-readme?view=azure-node-preview&preserve-view=true
297+
- name: Python
298+
href: /python/api/overview/azure/ai-documentintelligence-readme?view=azure-python-preview&preserve-view=true
287299
- name: Resources
288300
items:
289301
- name: Enterprise readiness

articles/ai-services/speech-service/concepts/audio-concepts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
title: Audio concepts in Azure AI Speech
33
titleSuffix: Azure AI services
44
description: An overview of audio concepts in Azure AI Speech.
5-
author: mswellsi
65
manager: nitinme
76
ms.service: azure-ai-speech
87
ms.topic: conceptual
9-
ms.date: 12/12/2023
10-
ms.author: wellsi
8+
ms.date: 2/24/2024
9+
ms.reviewer: wellsi
10+
ms.author: eur
11+
author: eric-urban
1112
---
1213

1314
# Audio concepts in Azure AI Speech

articles/ai-services/speech-service/get-started-speech-to-text.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.service: azure-ai-speech
88
ms.topic: quickstart
99
ms.date: 01/30/2024
1010
ms.author: eur
11-
ms.devlang: cpp
12-
# ms.devlang: cpp, csharp, golang, java, javascript, objective-c, python
1311
ms.custom: devx-track-python, devx-track-js, devx-track-csharp, mode-other, devx-track-extended-java, devx-track-go
1412
zone_pivot_groups: programming-languages-speech-services
1513
keywords: speech to text, speech to text software

articles/ai-services/speech-service/quickstart-custom-commands-application.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: quickstart
9-
ms.date: 02/19/2022
9+
ms.date: 2/24/2024
1010
ms.author: eur
1111
ms.custom: cogserv-non-critical-speech, references_regions
1212
---
@@ -24,8 +24,7 @@ At this time, custom commands support speech resources created in regions that h
2424

2525
> [!div class="checklist"]
2626
> * <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" target="_blank">Create a Speech resource in a region that supports custom commands.</a> Refer to the **Region Availability** section above for list of supported regions.
27-
> * Download the sample
28-
[Smart Room Lite](https://aka.ms/speech/cc-quickstart) json file.
27+
> * Download the sample [Smart Room Lite](https://aka.ms/speech/cc-quickstart) json file.
2928
> * Download the latest version of [Windows Voice Assistant Client](https://aka.ms/speech/va-samples-wvac).
3029
3130
## Go to the Speech Studio for custom commands

articles/ai-services/speech-service/quickstarts/multi-device-conversation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: ralphe
66
manager: cpoulain
77
ms.service: azure-ai-speech
88
ms.topic: quickstart
9-
ms.date: 06/25/2020
9+
ms.date: 2/24/2024
1010
ms.author: ralphe
1111
zone_pivot_groups: programming-languages-set-nine
1212
ms.devlang: cpp
@@ -19,7 +19,7 @@ ms.custom: cogserv-non-critical-speech, devx-track-csharp, mode-other
1919
[!INCLUDE [Header](../includes/quickstarts/multi-device-conversation/header.md)]
2020

2121
> [!NOTE]
22-
> The Speech SDK for Java, JavaScript, Objective-C, and Swift support Multi-device Conversation, but we haven't yet included a guide here.
22+
> The Speech SDK for Java, JavaScript, Objective-C, and Swift support multi-device conversation, but we haven't yet included a guide here.
2323
2424
::: zone pivot="programming-language-csharp"
2525
[!INCLUDE [Header](../includes/quickstarts/multi-device-conversation/csharp/header.md)]

articles/ai-services/speech-service/quickstarts/voice-assistants.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ author: trrwilson
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: quickstart
9-
ms.date: 06/25/2020
9+
ms.date: 2/24/2024
1010
ms.author: travisw
1111
ms.devlang: csharp
12-
# ms.devlang: csharp, golang, java
1312
ms.custom: cogserv-non-critical-speech, devx-track-csharp, mode-other, devx-track-extended-java, devx-track-go
1413
zone_pivot_groups: programming-languages-voice-assistants
1514
---

articles/ai-services/speech-service/text-to-speech-avatar/avatar-gestures-with-ssml.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Customize avatar gestures with SSML - Speech service
33
titleSuffix: Azure AI services
4-
description: Learn how to edit text to speech avatar gestures with SSML
5-
author: sally-baolian
4+
description: Learn how to edit text to speech avatar gestures with SSML.
65
manager: nitinme
76
ms.service: azure-ai-speech
87
ms.topic: how-to
9-
ms.date: 11/15/2023
10-
ms.author: v-baolianzou
11-
keywords: text to speech avatar batch synthesis
8+
ms.date: 2/24/2024
9+
ms.reviewer: v-baolianzou
10+
ms.author: eur
11+
author: eric-urban
1212
---
1313

1414
# Customize text to speech avatar gestures with SSML (preview)
@@ -35,21 +35,19 @@ In this example, the avatar will start waving their hand at the left after the w
3535

3636
:::image type="content" source="./media/gesture.png" alt-text="Screenshot of displaying the prebuilt avatar waving their hand at the left." lightbox="./media/gesture.png":::
3737

38-
## Supported pre-built avatar characters, styles and gestures
38+
## Supported pre-built avatar characters, styles, and gestures
3939

4040
The full list of prebuilt avatar supported gestures provided here can also be found in the text to speech avatar portal.
4141

42-
| Characters | Styles<sup>1</sup> | Gestures<sup>2</sup> |
42+
| Characters | Styles | Gestures |
4343
|------------|-------------------|-----------------------------|
44-
| Lisa| casual-sitting | numeric1-left-1<br>numeric2-left-1<br>numeric3-left-1<br>thumbsup-left-1<br>show-front-1<br>show-front-2<br>show-front-3<br>show-front-4<br>show-front-5<br>think-twice-1<br>show-front-6<br>show-front-7<br>show-front-8<br>show-front-9 |
44+
| Lisa| casual-sitting | numeric1-left-1<br>numeric2-left-1<br>numeric3-left-1<br>thumbsup-left-1<br>show-front-1<br>show-front-2<br>show-front-3<br>show-front-4<br>show-front-5<br>think-twice-1<br>show-front-6<br>show-front-7<br>show-front-8<br>show-front-9 |
4545
| Lisa | graceful-sitting | wave-left-1<br>wave-left-2<br>thumbsup-left<br>show-left-1<br>show-left-2<br>show-left-3<br>show-left-4<br>show-left-5<br>show-right-1<br>show-right-2<br>show-right-3<br>show-right-4<br>show-right-5 |
4646
| Lisa | graceful-standing | |
4747
| Lisa | technical-sitting | wave-left-1<br>wave-left-2<br>show-left-1<br>show-left-2<br>point-left-1<br>point-left-2<br>point-left-3<br>point-left-4<br>point-left-5<br>point-left-6<br>show-right-1<br>show-right-2<br>show-right-3<br>point-right-1<br>point-right-2<br>point-right-3<br>point-right-4<br>point-right-5<br>point-right-6 |
4848
| Lisa | technical-standing | |
4949

50-
<sup>1</sup> Only `casual-sitting` style is supported on real-time API.
51-
52-
<sup>2</sup> Gestures are only supported on batch API and not supported on real-time API.
50+
Only the `casual-sitting` style is supported via the real-time text to speech API. Gestures are only supported with the batch synthesis API and aren't supported via the real-time API.
5351

5452
## Next steps
5553

articles/ai-services/speech-service/text-to-speech-avatar/batch-synthesis-avatar-properties.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Batch synthesis properties - Speech service
33
titleSuffix: Azure AI services
44
description: Learn about the batch synthesis properties that are available for text to speech avatar.
5-
author: sally-baolian
65
manager: nitinme
76
ms.service: azure-ai-speech
87
ms.topic: how-to
9-
ms.date: 11/15/2023
10-
ms.author: v-baolianzou
11-
keywords: text to speech avatar batch synthesis
8+
ms.date: 2/24/2024
9+
ms.reviewer: v-baolianzou
10+
ms.author: eur
11+
author: eric-urban
1212
---
1313

1414
# Batch synthesis properties for text to speech avatar (preview)

articles/ai-services/speech-service/text-to-speech-avatar/batch-synthesis-avatar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: How to use batch synthesis for text to speech avatar - Speech service
33
titleSuffix: Azure AI services
4-
description: Learn how to create text to speech avatar batch synthesis
5-
author: sally-baolian
4+
description: Learn how to create text to speech avatar batch synthesis.
65
manager: nitinme
76
ms.service: azure-ai-speech
87
ms.topic: how-to
9-
ms.date: 11/15/2023
10-
ms.author: v-baolianzou
11-
keywords: text to speech avatar batch synthesis
8+
ms.date: 2/24/2024
9+
ms.reviewer: v-baolianzou
10+
ms.author: eur
11+
author: eric-urban
1212
---
1313

1414
# How to use batch synthesis for text to speech avatar (preview)

articles/ai-services/speech-service/text-to-speech-avatar/custom-avatar-create.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: How to create a custom text to speech avatar - Speech service
33
titleSuffix: Azure AI services
4-
description: Learn how to create a custom text to speech avatar
5-
author: sally-baolian
4+
description: Learn how to create a custom text to speech avatar.
65
manager: nitinme
76
ms.service: azure-ai-speech
87
ms.topic: how-to
9-
ms.date: 11/15/2023
10-
ms.author: v-baolianzou
11-
keywords: custom text to speech avatar
8+
ms.date: 2/24/2024
9+
ms.reviewer: v-baolianzou
10+
ms.author: eur
11+
author: eric-urban
1212
---
1313

1414
# How to create a custom text to speech avatar (preview)

0 commit comments

Comments
 (0)