Skip to content

Commit 0fbff3f

Browse files
committed
redo include file updates from wolfma61
1 parent 129e703 commit 0fbff3f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

articles/cognitive-services/Speech-Service/how-to-translate-speech-cpp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ ms.author: wolfma
1616

1717
[!INCLUDE [Selector](../../../includes/cognitive-services-speech-service-how-to-translate-speech-selector.md)]
1818

19-
[!include[Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
19+
[!INCLUDE [Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
2020

21-
[!include[Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
21+
[!INCLUDE [Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
2222

2323
[!code-cpp[Top-level declarations](~/samples-cognitive-services-speech-sdk/samples/cpp/windows/console/samples/translation_samples.cpp#toplevel)]
2424

25-
[!include[Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
25+
[!INCLUDE [Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
2626

2727
[!code-cpp[Translation using a microphone](~/samples-cognitive-services-speech-sdk/samples/cpp/windows/console/samples/translation_samples.cpp#TranslationWithMicrophone)]
2828

29-
[!include[Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
29+
[!INCLUDE [Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
3030
Look for the code that's used in this article in the samples/cpp/windows/console folder.
3131

3232
## Next steps

articles/cognitive-services/Speech-Service/how-to-translate-speech-csharp.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.author: wolfma
1616

1717
[!INCLUDE [Selector](../../../includes/cognitive-services-speech-service-how-to-translate-speech-selector.md)]
1818

19-
[!include[Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
19+
[!INCLUDE [Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
2020

21-
[!include[Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
21+
[!INCLUDE [Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
2222

2323
[!code-csharp[Top-level declarations](~/samples-cognitive-services-speech-sdk/samples/csharp/sharedcontent/console/translation_samples.cs#toplevel)]
2424

25-
[!include[Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
25+
[!INCLUDE [Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
2626

2727
[!code-csharp[Translation from a microphone](~/samples-cognitive-services-speech-sdk/samples/csharp/sharedcontent/console/translation_samples.cs#TranslationWithMicrophoneAsync)]
2828

29-
[!include[Introduction to using a file](../../../includes/cognitive-services-speech-service-how-to-translate-speech-file.md)]
29+
[!INCLUDE [Introduction to using a file](../../../includes/cognitive-services-speech-service-how-to-translate-speech-file.md)]
3030

3131
[!code-csharp[Translation from file input](~/samples-cognitive-services-speech-sdk/samples/csharp/sharedcontent/console/translation_samples.cs#TranslationWithFileAsync)]
3232

33-
[!include[Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
33+
[!INCLUDE [Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
3434
Look for the code that's used in this article in the samples/csharp/sharedcontent/console folder.
3535

3636
## Next steps

articles/cognitive-services/Speech-Service/how-to-translate-speech-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ ms.author: wolfma
1616

1717
[!INCLUDE [Selector](../../../includes/cognitive-services-speech-service-how-to-translate-speech-selector.md)]
1818

19-
[!include[Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
19+
[!INCLUDE [Introduction](../../../includes/cognitive-services-speech-service-how-to-translate-speech-intro.md)]
2020

21-
[!include[Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
21+
[!INCLUDE [Introduction to top-level declarations](../../../includes/cognitive-services-speech-service-how-to-toplevel-declarations.md)]
2222

2323
[!code-java[Top-level declarations](~/samples-cognitive-services-speech-sdk/samples/java/jre/console/src/com/microsoft/cognitiveservices/speech/samples/console/TranslationSamples.java#toplevel)]
2424

25-
[!include[Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
25+
[!INCLUDE [Introduction to using a microphone](../../../includes/cognitive-services-speech-service-how-to-translate-speech-microphone.md)]
2626

2727
[!code-java [Translation from a microphone](~/samples-cognitive-services-speech-sdk/samples/java/jre/console/src/com/microsoft/cognitiveservices/speech/samples/console/TranslationSamples.java#TranslationWithMicrophoneAsync)]
2828

29-
[!include[Introduction to using a file](../../../includes/cognitive-services-speech-service-how-to-translate-speech-file.md)]
29+
[!INCLUDE [Introduction to using a file](../../../includes/cognitive-services-speech-service-how-to-translate-speech-file.md)]
3030

3131
[!code-java [Translation from file input](~/samples-cognitive-services-speech-sdk/samples/java/jre/console/src/com/microsoft/cognitiveservices/speech/samples/console/TranslationSamples.java#TranslationWithFileAsync)]
3232

33-
[!include[Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
33+
[!INCLUDE [Download the sample](../../../includes/cognitive-services-speech-service-speech-sdk-sample-download-h2.md)]
3434
Look for the code that's used in this article in the samples/java/jre/console folder.
3535

3636
## Next steps

includes/cognitive-services-speech-service-how-to-translate-speech-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ The SDK provides the full functionality of the service. The basic process for pe
2121

2222
See the following code snippets for speech translation scenarios that use the Speech SDK.
2323

24-
[!include[Get a subscription key](cognitive-services-speech-service-get-subscription-key.md)]
24+
[!INCLUDE [Get a subscription key](cognitive-services-speech-service-get-subscription-key.md)]

0 commit comments

Comments
 (0)