Skip to content

Commit 3ecf9a4

Browse files
committed
Add space for table to render properly
1 parent 056050d commit 3ecf9a4

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

articles/ai-services/speech-service/includes/how-to/speech-synthesis/cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The voice that speaks is determined in order of priority as follows:
4141
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
4242

4343
In summary, the order of priority can be described as:
44+
4445
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
4546
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
4647
|||| Default voice for `en-US` speaks |

articles/ai-services/speech-service/includes/how-to/speech-synthesis/csharp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The voice that speaks is determined in order of priority as follows:
4242
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
4343

4444
In summary, the order of priority can be described as:
45+
4546
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
4647
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
4748
|||| Default voice for `en-US` speaks |

articles/ai-services/speech-service/includes/how-to/speech-synthesis/go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ The voice that speaks is determined in order of priority as follows:
311311
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
312312
-
313313
In summary, the order of priority can be described as:
314+
314315
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
315316
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
316317
|||| Default voice for `en-US` speaks |

articles/ai-services/speech-service/includes/how-to/speech-synthesis/java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The voice that speaks is determined in order of priority as follows:
4242
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
4343

4444
In summary, the order of priority can be described as:
45+
4546
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
4647
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
4748
|||| Default voice for `en-US` speaks |

articles/ai-services/speech-service/includes/how-to/speech-synthesis/javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The voice that speaks is determined in order of priority as follows:
4343
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
4444

4545
In summary, the order of priority can be described as:
46+
4647
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
4748
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
4849
|||| Default voice for `en-US` speaks |

articles/ai-services/speech-service/includes/how-to/speech-synthesis/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The voice that speaks is determined in order of priority as follows:
3737
- If the voice element is set by using [Speech Synthesis Markup Language (SSML)](../../../speech-synthesis-markup.md), the `SpeechSynthesisVoiceName` and `SpeechSynthesisLanguage` settings are ignored.
3838

3939
In summary, the order of priority can be described as:
40+
4041
| `SpeechSynthesisVoiceName` | `SpeechSynthesisLanguage` | SSML | Outcome |
4142
|:----------------------------:|:----------------------------:|:--------:|---------------------------------------------------------|
4243
|||| Default voice for `en-US` speaks |

0 commit comments

Comments
 (0)