forked from aws/aws-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolly-2016-06-10.normal.json
622 lines (622 loc) · 23.4 KB
/
polly-2016-06-10.normal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
{
"version":"2.0",
"metadata":{
"apiVersion":"2016-06-10",
"endpointPrefix":"polly",
"protocol":"rest-json",
"serviceFullName":"Amazon Polly",
"signatureVersion":"v4",
"uid":"polly-2016-06-10"
},
"operations":{
"DeleteLexicon":{
"name":"DeleteLexicon",
"http":{
"method":"DELETE",
"requestUri":"/v1/lexicons/{LexiconName}",
"responseCode":200
},
"input":{"shape":"DeleteLexiconInput"},
"output":{"shape":"DeleteLexiconOutput"},
"errors":[
{"shape":"LexiconNotFoundException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the <code>GetLexicon</code> or <code>ListLexicon</code> APIs.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html\">Managing Lexicons</a>.</p>"
},
"DescribeVoices":{
"name":"DescribeVoices",
"http":{
"method":"GET",
"requestUri":"/v1/voices",
"responseCode":200
},
"input":{"shape":"DescribeVoicesInput"},
"output":{"shape":"DescribeVoicesOutput"},
"errors":[
{"shape":"InvalidNextTokenException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name. </p> <p>When synthesizing speech ( <code>SynthesizeSpeech</code> ), you provide the voice ID for the voice you want from the list of voices returned by <code>DescribeVoices</code>.</p> <p>For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the <code>DescribeVoices</code> operation you can provide the user with a list of available voices to select from.</p> <p> You can optionally specify a language code to filter the available voices. For example, if you specify <code>en-US</code>, the operation returns a list of all available US English voices. </p> <p>This operation requires permissions to perform the <code>polly:DescribeVoices</code> action.</p>"
},
"GetLexicon":{
"name":"GetLexicon",
"http":{
"method":"GET",
"requestUri":"/v1/lexicons/{LexiconName}",
"responseCode":200
},
"input":{"shape":"GetLexiconInput"},
"output":{"shape":"GetLexiconOutput"},
"errors":[
{"shape":"LexiconNotFoundException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html\">Managing Lexicons</a>.</p>"
},
"ListLexicons":{
"name":"ListLexicons",
"http":{
"method":"GET",
"requestUri":"/v1/lexicons",
"responseCode":200
},
"input":{"shape":"ListLexiconsInput"},
"output":{"shape":"ListLexiconsOutput"},
"errors":[
{"shape":"InvalidNextTokenException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html\">Managing Lexicons</a>.</p>"
},
"PutLexicon":{
"name":"PutLexicon",
"http":{
"method":"PUT",
"requestUri":"/v1/lexicons/{LexiconName}",
"responseCode":200
},
"input":{"shape":"PutLexiconInput"},
"output":{"shape":"PutLexiconOutput"},
"errors":[
{"shape":"InvalidLexiconException"},
{"shape":"UnsupportedPlsAlphabetException"},
{"shape":"UnsupportedPlsLanguageException"},
{"shape":"LexiconSizeExceededException"},
{"shape":"MaxLexemeLengthExceededException"},
{"shape":"MaxLexiconsNumberExceededException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Stores a pronunciation lexicon in an AWS Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.</p> <p>For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html\">Managing Lexicons</a>.</p>"
},
"SynthesizeSpeech":{
"name":"SynthesizeSpeech",
"http":{
"method":"POST",
"requestUri":"/v1/speech",
"responseCode":200
},
"input":{"shape":"SynthesizeSpeechInput"},
"output":{"shape":"SynthesizeSpeechOutput"},
"errors":[
{"shape":"TextLengthExceededException"},
{"shape":"InvalidSampleRateException"},
{"shape":"InvalidSsmlException"},
{"shape":"LexiconNotFoundException"},
{"shape":"ServiceFailureException"}
],
"documentation":"<p>Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/how-text-to-speech-works.html\">How it Works</a>.</p>"
}
},
"shapes":{
"Alphabet":{"type":"string"},
"AudioStream":{
"type":"blob",
"streaming":true
},
"ContentType":{"type":"string"},
"DeleteLexiconInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"LexiconName",
"documentation":"<p>The name of the lexicon to delete. Must be an existing lexicon in the region.</p>",
"location":"uri",
"locationName":"LexiconName"
}
}
},
"DeleteLexiconOutput":{
"type":"structure",
"members":{
}
},
"DescribeVoicesInput":{
"type":"structure",
"members":{
"LanguageCode":{
"shape":"LanguageCode",
"documentation":"<p> The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned. </p>",
"location":"querystring",
"locationName":"LanguageCode"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token returned from the previous <code>DescribeVoices</code> operation. If present, this indicates where to continue the listing.</p>",
"location":"querystring",
"locationName":"NextToken"
}
}
},
"DescribeVoicesOutput":{
"type":"structure",
"members":{
"Voices":{
"shape":"VoiceList",
"documentation":"<p>A list of voices with their properties.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The pagination token to use in the next request to continue the listing of voices. <code>NextToken</code> is returned only if the response is truncated.</p>"
}
}
},
"ErrorMessage":{"type":"string"},
"Gender":{
"type":"string",
"enum":[
"Female",
"Male"
]
},
"GetLexiconInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"LexiconName",
"documentation":"<p>Name of the lexicon.</p>",
"location":"uri",
"locationName":"LexiconName"
}
}
},
"GetLexiconOutput":{
"type":"structure",
"members":{
"Lexicon":{
"shape":"Lexicon",
"documentation":"<p>Lexicon object that provides name and the string content of the lexicon. </p>"
},
"LexiconAttributes":{
"shape":"LexiconAttributes",
"documentation":"<p>Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.</p>"
}
}
},
"InvalidLexiconException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>Amazon Polly can't find the specified lexicon. Verify that the lexicon's name is spelled correctly, and then try again.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"InvalidNextTokenException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The NextToken is invalid. Verify that it's spelled correctly, and then try again.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"InvalidSampleRateException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The specified sample rate is not valid.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"InvalidSsmlException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"LanguageCode":{
"type":"string",
"enum":[
"cy-GB",
"da-DK",
"de-DE",
"en-AU",
"en-GB",
"en-GB-WLS",
"en-IN",
"en-US",
"es-ES",
"es-US",
"fr-CA",
"fr-FR",
"is-IS",
"it-IT",
"ja-JP",
"nb-NO",
"nl-NL",
"pl-PL",
"pt-BR",
"pt-PT",
"ro-RO",
"ru-RU",
"sv-SE",
"tr-TR"
]
},
"LanguageName":{"type":"string"},
"LastModified":{"type":"timestamp"},
"LexemesCount":{"type":"integer"},
"Lexicon":{
"type":"structure",
"members":{
"Content":{
"shape":"LexiconContent",
"documentation":"<p>Lexicon content in string format. The content of a lexicon must be in PLS format.</p>"
},
"Name":{
"shape":"LexiconName",
"documentation":"<p>Name of the lexicon.</p>"
}
},
"documentation":"<p>Provides lexicon name and lexicon content in string format. For more information, see <a href=\"https://www.w3.org/TR/pronunciation-lexicon/\">Pronunciation Lexicon Specification (PLS) Version 1.0</a>.</p>"
},
"LexiconArn":{"type":"string"},
"LexiconAttributes":{
"type":"structure",
"members":{
"Alphabet":{
"shape":"Alphabet",
"documentation":"<p>Phonetic alphabet used in the lexicon. Valid values are <code>ipa</code> and <code>x-sampa</code>.</p>"
},
"LanguageCode":{
"shape":"LanguageCode",
"documentation":"<p>Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.</p>"
},
"LastModified":{
"shape":"LastModified",
"documentation":"<p>Date lexicon was last modified (a timestamp value).</p>"
},
"LexiconArn":{
"shape":"LexiconArn",
"documentation":"<p>Amazon Resource Name (ARN) of the lexicon.</p>"
},
"LexemesCount":{
"shape":"LexemesCount",
"documentation":"<p>Number of lexemes in the lexicon.</p>"
},
"Size":{
"shape":"Size",
"documentation":"<p>Total size of the lexicon, in characters.</p>"
}
},
"documentation":"<p>Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/managing-lexicons.html\">Managing Lexicons</a>.</p>"
},
"LexiconContent":{"type":"string"},
"LexiconDescription":{
"type":"structure",
"members":{
"Name":{
"shape":"LexiconName",
"documentation":"<p>Name of the lexicon.</p>"
},
"Attributes":{
"shape":"LexiconAttributes",
"documentation":"<p>Provides lexicon metadata.</p>"
}
},
"documentation":"<p>Describes the content of the lexicon.</p>"
},
"LexiconDescriptionList":{
"type":"list",
"member":{"shape":"LexiconDescription"}
},
"LexiconName":{
"type":"string",
"pattern":"[0-9A-Za-z]{1,20}",
"sensitive":true
},
"LexiconNameList":{
"type":"list",
"member":{"shape":"LexiconName"},
"max":5
},
"LexiconNotFoundException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.</p> <p>Verify that the lexicon exists, is in the region (see <a>ListLexicons</a>) and that you spelled its name is spelled correctly. Then try again.</p>",
"error":{"httpStatusCode":404},
"exception":true
},
"LexiconSizeExceededException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The maximum size of the specified lexicon would be exceeded by this operation.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"ListLexiconsInput":{
"type":"structure",
"members":{
"NextToken":{
"shape":"NextToken",
"documentation":"<p>An opaque pagination token returned from previous <code>ListLexicons</code> operation. If present, indicates where to continue the list of lexicons.</p>",
"location":"querystring",
"locationName":"NextToken"
}
}
},
"ListLexiconsOutput":{
"type":"structure",
"members":{
"Lexicons":{
"shape":"LexiconDescriptionList",
"documentation":"<p>A list of lexicon names and attributes.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The pagination token to use in the next request to continue the listing of lexicons. <code>NextToken</code> is returned only if the response is truncated.</p>"
}
}
},
"MaxLexemeLengthExceededException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The maximum size of the lexeme would be exceeded by this operation.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"MaxLexiconsNumberExceededException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The maximum number of lexicons would be exceeded by this operation.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"NextToken":{"type":"string"},
"OutputFormat":{
"type":"string",
"enum":[
"mp3",
"ogg_vorbis",
"pcm"
]
},
"PutLexiconInput":{
"type":"structure",
"required":[
"Name",
"Content"
],
"members":{
"Name":{
"shape":"LexiconName",
"documentation":"<p>Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long. </p>",
"location":"uri",
"locationName":"LexiconName"
},
"Content":{
"shape":"LexiconContent",
"documentation":"<p>Content of the PLS lexicon as string data.</p>"
}
}
},
"PutLexiconOutput":{
"type":"structure",
"members":{
}
},
"RequestCharacters":{"type":"integer"},
"SampleRate":{"type":"string"},
"ServiceFailureException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>An unknown condition has caused a service failure.</p>",
"error":{"httpStatusCode":500},
"exception":true,
"fault":true
},
"Size":{"type":"integer"},
"SynthesizeSpeechInput":{
"type":"structure",
"required":[
"OutputFormat",
"Text",
"VoiceId"
],
"members":{
"LexiconNames":{
"shape":"LexiconNameList",
"documentation":"<p>List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/API_PutLexicon.html\">PutLexicon</a>.</p>"
},
"OutputFormat":{
"shape":"OutputFormat",
"documentation":"<p> The audio format in which the resulting stream will be encoded. </p>"
},
"SampleRate":{
"shape":"SampleRate",
"documentation":"<p> The audio frequency specified in Hz. </p> <p>The valid values for <code>mp3</code> and <code>ogg_vorbis</code> are \"8000\", \"16000\", and \"22050\". The default value is \"22050\". </p> <p> Valid values for <code>pcm</code> are \"8000\" and \"16000\" The default value is \"16000\". </p>"
},
"Text":{
"shape":"Text",
"documentation":"<p> Input text to synthesize. If you specify <code>ssml</code> as the <code>TextType</code>, follow the SSML format for the input text. </p>"
},
"TextType":{
"shape":"TextType",
"documentation":"<p> Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/ssml.html\">Using SSML</a>.</p>"
},
"VoiceId":{
"shape":"VoiceId",
"documentation":"<p> Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the <a href=\"http://docs.aws.amazon.com/polly/latest/dg/API_DescribeVoices.html\">DescribeVoices</a> operation. </p>"
}
}
},
"SynthesizeSpeechOutput":{
"type":"structure",
"members":{
"AudioStream":{
"shape":"AudioStream",
"documentation":"<p> Stream containing the synthesized speech. </p>"
},
"ContentType":{
"shape":"ContentType",
"documentation":"<p> Specifies the type audio stream. This should reflect the <code>OutputFormat</code> parameter in your request. </p> <ul> <li> <p> If you request <code>mp3</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/mpeg. </p> </li> <li> <p> If you request <code>ogg_vorbis</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/ogg. </p> </li> <li> <p> If you request <code>pcm</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p> </li> </ul> <p> </p>",
"location":"header",
"locationName":"Content-Type"
},
"RequestCharacters":{
"shape":"RequestCharacters",
"documentation":"<p>Number of characters synthesized.</p>",
"location":"header",
"locationName":"x-amzn-RequestCharacters"
}
},
"payload":"AudioStream"
},
"Text":{"type":"string"},
"TextLengthExceededException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The value of the \"Text\" parameter is longer than the accepted limits. The limit for input text is a maximum of 3000 characters total, of which no more than 1500 can be billed characters. SSML tags are not counted as billed characters.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"TextType":{
"type":"string",
"enum":[
"ssml",
"text"
]
},
"UnsupportedPlsAlphabetException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The alphabet specified by the lexicon is not a supported alphabet. Valid values are <code>x-sampa</code> and <code>ipa</code>.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"UnsupportedPlsLanguageException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"documentation":"<p>The language specified in the lexicon is unsupported. For a list of supported languages, see <a href=\"http://docs.aws.amazon.com/polly/latest/dg/API_LexiconAttributes.html\">Lexicon Attributes</a>.</p>",
"error":{"httpStatusCode":400},
"exception":true
},
"Voice":{
"type":"structure",
"members":{
"Gender":{
"shape":"Gender",
"documentation":"<p>Gender of the voice.</p>"
},
"Id":{
"shape":"VoiceId",
"documentation":"<p>Amazon Polly assigned voice ID. This is the ID that you specify when calling the <code>SynthesizeSpeech</code> operation.</p>"
},
"LanguageCode":{
"shape":"LanguageCode",
"documentation":"<p>Language code of the voice.</p>"
},
"LanguageName":{
"shape":"LanguageName",
"documentation":"<p>Human readable name of the language in English.</p>"
},
"Name":{
"shape":"VoiceName",
"documentation":"<p>Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.</p>"
}
},
"documentation":"<p>Description of the voice.</p>"
},
"VoiceId":{
"type":"string",
"enum":[
"Geraint",
"Gwyneth",
"Mads",
"Naja",
"Hans",
"Marlene",
"Nicole",
"Russell",
"Amy",
"Brian",
"Emma",
"Raveena",
"Ivy",
"Joanna",
"Joey",
"Justin",
"Kendra",
"Kimberly",
"Salli",
"Conchita",
"Enrique",
"Miguel",
"Penelope",
"Chantal",
"Celine",
"Mathieu",
"Dora",
"Karl",
"Carla",
"Giorgio",
"Mizuki",
"Liv",
"Lotte",
"Ruben",
"Ewa",
"Jacek",
"Jan",
"Maja",
"Ricardo",
"Vitoria",
"Cristiano",
"Ines",
"Carmen",
"Maxim",
"Tatyana",
"Astrid",
"Filiz"
]
},
"VoiceList":{
"type":"list",
"member":{"shape":"Voice"}
},
"VoiceName":{"type":"string"}
},
"documentation":"<p>Amazon Polly is a web service that makes it easy to synthesize speech from text.</p> <p>The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.</p>"
}