Skip to content

Commit 21176c3

Browse files
committed
save progress
1 parent 4e011dc commit 21176c3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

articles/cognitive-services/Speech-Service/speech-synthesis-markup-pronunciation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: how-to
11-
ms.date: 11/21/2022
11+
ms.date: 11/30/2022
1212
ms.author: eur
1313
---
1414

@@ -104,7 +104,7 @@ To define how multiple entities are read, you can define them in a custom lexico
104104
105105
Here are some limitations of the custom lexicon file:
106106

107-
- **File size**: The custom lexicon file size is limited to a maximum of 100 KB. If the file size exceeds the 100 KB limit, the synthesis request fails.
107+
- **File size**: The custom lexicon file size is limited to a maximum of 100 KB. If the file size exceeds the 100-KB limit, the synthesis request fails.
108108
- **Lexicon cache refresh**: The custom lexicon is cached with the URI as the key on text-to-speech when it's first loaded. The lexicon with the same URI won't be reloaded within 15 minutes, so the custom lexicon change needs to wait 15 minutes at the most to take effect.
109109

110110
The supported elements and attributes of a custom lexicon XML file are described in the [Pronunciation Lexicon Specification (PLS) Version 1.0](https://www.w3.org/TR/pronunciation-lexicon/). Here are some examples of the supported elements and attributes:
@@ -279,12 +279,12 @@ The Mathematical Markup Language (MathML) is an XML-compliant markup language th
279279
280280
All elements from the [MathML 2.0](https://www.w3.org/TR/MathML2/) and [MathML 3.0](https://www.w3.org/TR/MathML3/) specifications are supported, except the MathML 3.0 [Elementary Math](https://www.w3.org/TR/MathML3/chapter3.html#presm.elementary) elements.
281281

282-
Please take note of these MathML elements and attributes:
282+
Take note of these MathML elements and attributes:
283283
- The `xmlns` attribute in `<math xmlns="http://www.w3.org/1998/Math/MathML">` is optional.
284-
- The `semantics`, `annotation`, and `annotation-xml` elements don't output speech, so they are ignored.
285-
- If an element is not recognized, it will be ignored, and the child elements within it will still be processed.
284+
- The `semantics`, `annotation`, and `annotation-xml` elements don't output speech, so they're ignored.
285+
- If an element isn't recognized, it will be ignored, and the child elements within it will still be processed.
286286

287-
The MathML entities are not supported by XML syntax, so you must use the corresponding [unicode characters](https://www.w3.org/2003/entities/2007/htmlmathml.json) to represent the entities, for example, the entity `&copy;` should be represented by its unicode characters `&#x00A9;`, otherwise an error will occur.
287+
The MathML entities aren't supported by XML syntax, so you must use the corresponding [unicode characters](https://www.w3.org/2003/entities/2007/htmlmathml.json) to represent the entities, for example, the entity `&copy;` should be represented by its unicode characters `&#x00A9;`, otherwise an error will occur.
288288

289289
### MathML examples
290290

articles/cognitive-services/Speech-Service/speech-synthesis-markup-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: how-to
11-
ms.date: 11/21/2022
11+
ms.date: 11/30/2022
1212
ms.author: eur
1313
---
1414

@@ -75,7 +75,7 @@ The Speech service automatically handles punctuation as appropriate, such as pau
7575

7676
Special characters such as quotation marks, apostrophes, and brackets, must be escaped. For more information, see [Extensible Markup Language (XML) 1.0: Appendix D](https://www.w3.org/TR/xml/#sec-entexpand).
7777

78-
Attribute values must be enclosed by double quotation marks. For example, `<prosody volume="90">` is a well-formed, valid element, but `<prosody volume=90>` will not be recognized.
78+
Attribute values must be enclosed by double quotation marks. For example, `<prosody volume="90">` is a well-formed, valid element, but `<prosody volume=90>` won't be recognized.
7979

8080
## Speak root element
8181

@@ -184,7 +184,7 @@ The `p` and `s` elements are used to denote paragraphs and sentences, respective
184184

185185
### Paragraph and sentence examples
186186

187-
The following example defines two paragraphs that each contain sentences. In the second paragraph, the Speech service automatically determines the sentence structure, since they are not defined in the SSML document.
187+
The following example defines two paragraphs that each contain sentences. In the second paragraph, the Speech service automatically determines the sentence structure, since they aren't defined in the SSML document.
188188

189189
```xml
190190
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis" xml:lang="en-US">
@@ -203,7 +203,7 @@ The following example defines two paragraphs that each contain sentences. In the
203203

204204
## Bookmark element
205205

206-
You can use the `bookmark` element in SSML to reference a specific location in the text or tag sequence. Then you will use the Speech SDK and subscribe to the `BookmarkReached` event to get the offset of each marker in the audio stream. The `bookmark` element won't be spoken. For more information, see [Subscribe to synthesizer events](how-to-speech-synthesis.md#subscribe-to-synthesizer-events).
206+
You can use the `bookmark` element in SSML to reference a specific location in the text or tag sequence. Then you'll use the Speech SDK and subscribe to the `BookmarkReached` event to get the offset of each marker in the audio stream. The `bookmark` element won't be spoken. For more information, see [Subscribe to synthesizer events](how-to-speech-synthesis.md#subscribe-to-synthesizer-events).
207207

208208
Usage of the `bookmark` element's attributes are described in the following table.
209209

articles/cognitive-services/Speech-Service/speech-synthesis-markup-voice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: how-to
11-
ms.date: 11/21/2022
11+
ms.date: 11/30/2022
1212
ms.author: eur
1313
---
1414

@@ -235,7 +235,7 @@ The supported values for attributes of the `lang` element were [described previo
235235

236236
The primary language for `en-US-JennyMultilingualNeural` is `en-US`. You must specify `en-US` as the default language within the `speak` element, whether or not the language is adjusted elsewhere.
237237

238-
This SSML snippet shows how use the `lang` element (and `xml:lang` attribute) to speak `de-DE` with the `en-US-JennyMultilingualNeural` neural voice.
238+
This SSML snippet shows how to use the `lang` element (and `xml:lang` attribute) to speak `de-DE` with the `en-US-JennyMultilingualNeural` neural voice.
239239

240240
```xml
241241
<speak version="1.0" xmlns="http://www.w3.org/2001/10/synthesis"

articles/cognitive-services/Speech-Service/speech-synthesis-markup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: how-to
11-
ms.date: 11/21/2022
11+
ms.date: 11/30/2022
1212
ms.author: eur
1313
---
1414

0 commit comments

Comments
 (0)