Skip to content

Commit ac5af70

Browse files
authored
Merge pull request #284122 from cdpark/refresh-ai-speech
Feature 294024: Q&M: AI Services freshness for 180d target - Get started text-to-speech
2 parents a0014d5 + 2703842 commit ac5af70

24 files changed

+52
-52
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "Text to speech quickstart - Speech service"
33
titleSuffix: Azure AI services
4-
description: In this quickstart, you create an app that converts text to speech. Learn about supported audio formats and custom configuration options.
4+
description: Learn how to create an app that converts text to speech, and explore supported audio formats and custom configuration options.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: quickstart
9-
ms.date: 01/29/2024
9+
ms.date: 08/07/2024
1010
ms.author: eur
1111
ms.devlang: cpp
1212
# ms.devlang: cpp, csharp, golang, java, javascript, objective-c, python
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
author: eric-urban
33
ms.service: azure-ai-speech
4-
ms.date: 02/17/2023
4+
ms.date: 08/07/2024
55
ms.topic: include
66
ms.author: eur
77
---
88

99
> [!div class="checklist"]
10-
> * Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
11-
> * [Create a Language resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics) in the Azure portal.
12-
> * Get the Language resource key and endpoint. After your Language resource is deployed, select **Go to resource** to view and manage keys.
10+
> * An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services).
11+
> * [Create a Language resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics) in the Azure portal.
12+
> * Get the Language resource key and endpoint. After your Language resource is deployed, select **Go to resource** to view and manage keys.
1313
> * [Create a Speech resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices) in the Azure portal.
14-
> * Get the Speech resource key and region. After your Speech resource is deployed, select **Go to resource** to view and manage keys.
14+
> * Get the Speech resource key and region. After your Speech resource is deployed, select **Go to resource** to view and manage keys.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
author: eric-urban
33
ms.service: azure-ai-speech
4-
ms.date: 08/24/2023
4+
ms.date: 08/07/2024
55
ms.topic: include
66
ms.author: eur
77
---
88

99
> [!div class="checklist"]
10-
> - Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
11-
> - <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Create a Speech resource</a> in the Azure portal.
12-
> - Your Speech resource key and region. After your Speech resource is deployed, select **Go to resource** to view and manage keys.
10+
> - An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services).
11+
> - [Create a Speech resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices) in the Azure portal.
12+
> - Get the Speech resource key and region. After your Speech resource is deployed, select **Go to resource** to view and manage keys.

articles/ai-services/speech-service/includes/common/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](/cpp/cognitive-services/speech/) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) | [Additional Samples on GitHub](https://aka.ms/speech/github-cpp)
9+
[Reference documentation](/cpp/cognitive-services/speech/) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) | [Additional samples on GitHub](https://aka.ms/speech/github-cpp)

articles/ai-services/speech-service/includes/common/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](/dotnet/api/microsoft.cognitiveservices.speech) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) | [Additional Samples on GitHub](https://aka.ms/speech/github-csharp)
9+
[Reference documentation](/dotnet/api/microsoft.cognitiveservices.speech) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.CognitiveServices.Speech) | [Additional samples on GitHub](https://aka.ms/speech/github-csharp)

articles/ai-services/speech-service/includes/common/environment-variables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ ms.date: 08/24/2023
66
ms.author: eur
77
---
88

9-
Your application must be authenticated to access Azure AI services resources. For production, use a secure way of storing and accessing your credentials. For example, after you get a key for your Speech resource, write it to a new environment variable on the local machine that runs the application.
9+
You need to authenticate your application to access Azure AI services. For production, use a secure way to store and access your credentials. For example, after you get a key for your Speech resource, write it to a new environment variable on the local machine that runs the application.
1010

1111
> [!TIP]
1212
> Don't include the key directly in your code, and never post it publicly. See [Azure AI services security](../../../security-features.md) for more authentication options such as [Azure Key Vault](../../../use-key-vault.md).
1313
14-
To set the environment variable for your Speech resource key, open a console window, and follow the instructions for your operating system and development environment.
14+
To set the environment variables for your Speech resource key and region, open a console window, and follow the instructions for your operating system and development environment.
1515

1616
- To set the `SPEECH_KEY` environment variable, replace *your-key* with one of the keys for your resource.
1717
- To set the `SPEECH_REGION` environment variable, replace *your-region* with one of the regions for your resource.
@@ -26,7 +26,7 @@ setx SPEECH_REGION your-region
2626
> [!NOTE]
2727
> If you only need to access the environment variables in the current console, you can set the environment variable with `set` instead of `setx`.
2828
29-
After you add the environment variables, you might need to restart any programs that need to read the environment variable, including the console window. For example, if you're using Visual Studio as your editor, restart Visual Studio before you run the example.
29+
After you add the environment variables, you might need to restart any programs that need to read the environment variables, including the console window. For example, if you're using Visual Studio as your editor, restart Visual Studio before you run the example.
3030

3131
#### [Linux](#tab/linux)
3232

articles/ai-services/speech-service/includes/common/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](https://aka.ms/csspeech/goref) | [Package (Go)](https://pkg.go.dev/github.com/Microsoft/cognitive-services-speech-sdk-go) | [Additional Samples on GitHub](https://github.com/microsoft/cognitive-services-speech-sdk-go/tree/master/samples/)
9+
[Reference documentation](https://aka.ms/csspeech/goref) | [Package (Go)](https://pkg.go.dev/github.com/Microsoft/cognitive-services-speech-sdk-go) | [Additional samples on GitHub](https://github.com/microsoft/cognitive-services-speech-sdk-go/tree/master/samples/)

articles/ai-services/speech-service/includes/common/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](/java/api/com.microsoft.cognitiveservices.speech) | [Additional Samples on GitHub](https://aka.ms/speech/github-java)
9+
[Reference documentation](/java/api/com.microsoft.cognitiveservices.speech) | [Additional samples on GitHub](https://aka.ms/speech/github-java)

articles/ai-services/speech-service/includes/common/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](/javascript/api/microsoft-cognitiveservices-speech-sdk/) | [Package (npm)](https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk) | [Additional Samples on GitHub](https://aka.ms/speech/github-javascript) | [Library source code](https://github.com/Microsoft/cognitive-services-speech-sdk-js)
9+
[Reference documentation](/javascript/api/microsoft-cognitiveservices-speech-sdk/) | [Package (npm)](https://www.npmjs.com/package/microsoft-cognitiveservices-speech-sdk) | [Additional samples on GitHub](https://aka.ms/speech/github-javascript) | [Library source code](https://github.com/Microsoft/cognitive-services-speech-sdk-js)

articles/ai-services/speech-service/includes/common/objectivec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.topic: include
66
ms.author: eur
77
---
88

9-
[Reference documentation](/objectivec/cognitive-services/speech/) | [Package (Download)](https://aka.ms/csspeech/macosbinary) | [Additional Samples on GitHub](https://aka.ms/speech/github-objective-c)
9+
[Reference documentation](/objectivec/cognitive-services/speech/) | [Package (download)](https://aka.ms/csspeech/macosbinary) | [Additional samples on GitHub](https://aka.ms/speech/github-objective-c)

0 commit comments

Comments
 (0)