Skip to content

Commit b431cbb

Browse files
committed
Added speech translation basics to hub, landing and TOC.
1 parent 1b6e3a6 commit b431cbb

File tree

7 files changed

+346
-8
lines changed

7 files changed

+346
-8
lines changed

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-cpp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 04/09/2020
5+
ms.date: 04/13/2020
66
ms.author: dapine
77
---
88

@@ -75,7 +75,7 @@ int main(int argc, char** argv) {
7575
7676
## Change source language
7777
78-
One common task of speech translation is specifying the input (or source) language. Let's take a look at how you would change the input language to Italian. In your code, interact with the [`SpeechTranslationConfig`][config] instance, assigning to the `SpeechRecognitionLanguage` property.
78+
One common task of speech translation is specifying the input (or source) language. Let's take a look at how you would change the input language to Italian. In your code, interact with the [`SpeechTranslationConfig`][config] instance, calling the `SetSpeechRecognitionLanguage` method.
7979

8080
```cpp
8181
void translateSpeech() {

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 04/09/2020
5+
ms.date: 04/13/2020
66
ms.author: dapine
77
---
88

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-java.md

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

articles/cognitive-services/Speech-Service/includes/how-to/speech-translation-basics/speech-translation-basics-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 04/09/2020
5+
ms.date: 04/13/2020
66
ms.author: dapine
77
---
88

articles/cognitive-services/Speech-Service/index-speech-translation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
manager: nitinme
1111
ms.service: speech-service
1212
ms.topic: landing-page
13-
ms.date: 03/10/2020
13+
ms.date: 04/13/2020
1414
ms.author: dapine
1515

1616
landingContent:
@@ -20,6 +20,8 @@ landingContent:
2020
links:
2121
- text: What is speech translation?
2222
url: speech-translation.md
23+
- text: Speech translation basics
24+
url: speech-translation-basics.md
2325
- linkListType: quickstart
2426
links:
2527
- text: Translate speech-to-text

articles/cognitive-services/Speech-Service/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ conceptualContent:
6464
url: index-text-to-speech.yml
6565
- title: Speech translation
6666
links:
67+
- itemType: quickstart
68+
text: Speech translation basics
69+
url: speech-translation-basics.md
6770
- itemType: quickstart
6871
text: Translate speech-to-text
6972
url: quickstarts/translate-speech-to-text.md
7073
- itemType: quickstart
7174
text: Translate speech into multiple target languages
7275
url: quickstarts/translate-speech-to-text-multiple-languages.md
73-
- itemType: quickstart
74-
text: Translate speech-to-speech
75-
url: quickstarts/translate-speech-to-speech.md
7676
footerLink:
7777
text: See more
7878
url: index-speech-translation.yml

articles/cognitive-services/Speech-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@
214214
items:
215215
- name: What is speech translation?
216216
href: speech-translation.md
217+
- name: Speech translation basics
218+
href: speech-translation-basics.md
217219
- name: Quickstart
218220
items:
219221
- name: Translate speech-to-text

0 commit comments

Comments
 (0)