@aws-sdk/client-polly 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +158 -166
- package/dist-es/models/models_0.js +158 -166
- package/dist-types/commands/DeleteLexiconCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVoicesCommand.d.ts +1 -1
- package/dist-types/commands/GetLexiconCommand.d.ts +1 -1
- package/dist-types/commands/GetSpeechSynthesisTaskCommand.d.ts +1 -1
- package/dist-types/commands/ListLexiconsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpeechSynthesisTasksCommand.d.ts +1 -1
- package/dist-types/commands/PutLexiconCommand.d.ts +1 -1
- package/dist-types/commands/StartSpeechSynthesisTaskCommand.d.ts +3 -3
- package/dist-types/commands/SynthesizeSpeechCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +198 -158
- package/dist-types/ts3.4/models/models_0.d.ts +167 -158
- package/package.json +36 -36
|
@@ -24,146 +24,142 @@ export class ServiceFailureException extends __BaseException {
|
|
|
24
24
|
Object.setPrototypeOf(this, ServiceFailureException.prototype);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
export
|
|
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
|
-
VoiceId["Vitoria"] = "Vitoria";
|
|
164
|
-
VoiceId["Zeina"] = "Zeina";
|
|
165
|
-
VoiceId["Zhiyu"] = "Zhiyu";
|
|
166
|
-
})(VoiceId || (VoiceId = {}));
|
|
27
|
+
export const Engine = {
|
|
28
|
+
NEURAL: "neural",
|
|
29
|
+
STANDARD: "standard",
|
|
30
|
+
};
|
|
31
|
+
export const LanguageCode = {
|
|
32
|
+
ar_AE: "ar-AE",
|
|
33
|
+
arb: "arb",
|
|
34
|
+
ca_ES: "ca-ES",
|
|
35
|
+
cmn_CN: "cmn-CN",
|
|
36
|
+
cy_GB: "cy-GB",
|
|
37
|
+
da_DK: "da-DK",
|
|
38
|
+
de_AT: "de-AT",
|
|
39
|
+
de_DE: "de-DE",
|
|
40
|
+
en_AU: "en-AU",
|
|
41
|
+
en_GB: "en-GB",
|
|
42
|
+
en_GB_WLS: "en-GB-WLS",
|
|
43
|
+
en_IN: "en-IN",
|
|
44
|
+
en_NZ: "en-NZ",
|
|
45
|
+
en_US: "en-US",
|
|
46
|
+
en_ZA: "en-ZA",
|
|
47
|
+
es_ES: "es-ES",
|
|
48
|
+
es_MX: "es-MX",
|
|
49
|
+
es_US: "es-US",
|
|
50
|
+
fi_FI: "fi-FI",
|
|
51
|
+
fr_CA: "fr-CA",
|
|
52
|
+
fr_FR: "fr-FR",
|
|
53
|
+
hi_IN: "hi-IN",
|
|
54
|
+
is_IS: "is-IS",
|
|
55
|
+
it_IT: "it-IT",
|
|
56
|
+
ja_JP: "ja-JP",
|
|
57
|
+
ko_KR: "ko-KR",
|
|
58
|
+
nb_NO: "nb-NO",
|
|
59
|
+
nl_NL: "nl-NL",
|
|
60
|
+
pl_PL: "pl-PL",
|
|
61
|
+
pt_BR: "pt-BR",
|
|
62
|
+
pt_PT: "pt-PT",
|
|
63
|
+
ro_RO: "ro-RO",
|
|
64
|
+
ru_RU: "ru-RU",
|
|
65
|
+
sv_SE: "sv-SE",
|
|
66
|
+
tr_TR: "tr-TR",
|
|
67
|
+
yue_CN: "yue-CN",
|
|
68
|
+
};
|
|
69
|
+
export const Gender = {
|
|
70
|
+
Female: "Female",
|
|
71
|
+
Male: "Male",
|
|
72
|
+
};
|
|
73
|
+
export const VoiceId = {
|
|
74
|
+
Aditi: "Aditi",
|
|
75
|
+
Adriano: "Adriano",
|
|
76
|
+
Amy: "Amy",
|
|
77
|
+
Andres: "Andres",
|
|
78
|
+
Aria: "Aria",
|
|
79
|
+
Arlet: "Arlet",
|
|
80
|
+
Arthur: "Arthur",
|
|
81
|
+
Astrid: "Astrid",
|
|
82
|
+
Ayanda: "Ayanda",
|
|
83
|
+
Bianca: "Bianca",
|
|
84
|
+
Brian: "Brian",
|
|
85
|
+
Camila: "Camila",
|
|
86
|
+
Carla: "Carla",
|
|
87
|
+
Carmen: "Carmen",
|
|
88
|
+
Celine: "Celine",
|
|
89
|
+
Chantal: "Chantal",
|
|
90
|
+
Conchita: "Conchita",
|
|
91
|
+
Cristiano: "Cristiano",
|
|
92
|
+
Daniel: "Daniel",
|
|
93
|
+
Dora: "Dora",
|
|
94
|
+
Elin: "Elin",
|
|
95
|
+
Emma: "Emma",
|
|
96
|
+
Enrique: "Enrique",
|
|
97
|
+
Ewa: "Ewa",
|
|
98
|
+
Filiz: "Filiz",
|
|
99
|
+
Gabrielle: "Gabrielle",
|
|
100
|
+
Geraint: "Geraint",
|
|
101
|
+
Giorgio: "Giorgio",
|
|
102
|
+
Gwyneth: "Gwyneth",
|
|
103
|
+
Hala: "Hala",
|
|
104
|
+
Hannah: "Hannah",
|
|
105
|
+
Hans: "Hans",
|
|
106
|
+
Hiujin: "Hiujin",
|
|
107
|
+
Ida: "Ida",
|
|
108
|
+
Ines: "Ines",
|
|
109
|
+
Ivy: "Ivy",
|
|
110
|
+
Jacek: "Jacek",
|
|
111
|
+
Jan: "Jan",
|
|
112
|
+
Joanna: "Joanna",
|
|
113
|
+
Joey: "Joey",
|
|
114
|
+
Justin: "Justin",
|
|
115
|
+
Kajal: "Kajal",
|
|
116
|
+
Karl: "Karl",
|
|
117
|
+
Kazuha: "Kazuha",
|
|
118
|
+
Kendra: "Kendra",
|
|
119
|
+
Kevin: "Kevin",
|
|
120
|
+
Kimberly: "Kimberly",
|
|
121
|
+
Laura: "Laura",
|
|
122
|
+
Lea: "Lea",
|
|
123
|
+
Liam: "Liam",
|
|
124
|
+
Liv: "Liv",
|
|
125
|
+
Lotte: "Lotte",
|
|
126
|
+
Lucia: "Lucia",
|
|
127
|
+
Lupe: "Lupe",
|
|
128
|
+
Mads: "Mads",
|
|
129
|
+
Maja: "Maja",
|
|
130
|
+
Marlene: "Marlene",
|
|
131
|
+
Mathieu: "Mathieu",
|
|
132
|
+
Matthew: "Matthew",
|
|
133
|
+
Maxim: "Maxim",
|
|
134
|
+
Mia: "Mia",
|
|
135
|
+
Miguel: "Miguel",
|
|
136
|
+
Mizuki: "Mizuki",
|
|
137
|
+
Naja: "Naja",
|
|
138
|
+
Nicole: "Nicole",
|
|
139
|
+
Ola: "Ola",
|
|
140
|
+
Olivia: "Olivia",
|
|
141
|
+
Pedro: "Pedro",
|
|
142
|
+
Penelope: "Penelope",
|
|
143
|
+
Raveena: "Raveena",
|
|
144
|
+
Remi: "Remi",
|
|
145
|
+
Ricardo: "Ricardo",
|
|
146
|
+
Ruben: "Ruben",
|
|
147
|
+
Russell: "Russell",
|
|
148
|
+
Ruth: "Ruth",
|
|
149
|
+
Salli: "Salli",
|
|
150
|
+
Seoyeon: "Seoyeon",
|
|
151
|
+
Sergio: "Sergio",
|
|
152
|
+
Stephen: "Stephen",
|
|
153
|
+
Suvi: "Suvi",
|
|
154
|
+
Takumi: "Takumi",
|
|
155
|
+
Tatyana: "Tatyana",
|
|
156
|
+
Thiago: "Thiago",
|
|
157
|
+
Tomoko: "Tomoko",
|
|
158
|
+
Vicki: "Vicki",
|
|
159
|
+
Vitoria: "Vitoria",
|
|
160
|
+
Zeina: "Zeina",
|
|
161
|
+
Zhiyu: "Zhiyu",
|
|
162
|
+
};
|
|
167
163
|
export class InvalidNextTokenException extends __BaseException {
|
|
168
164
|
constructor(opts) {
|
|
169
165
|
super({
|
|
@@ -188,32 +184,28 @@ export class EngineNotSupportedException extends __BaseException {
|
|
|
188
184
|
Object.setPrototypeOf(this, EngineNotSupportedException.prototype);
|
|
189
185
|
}
|
|
190
186
|
}
|
|
191
|
-
export
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
(function (TextType) {
|
|
214
|
-
TextType["SSML"] = "ssml";
|
|
215
|
-
TextType["TEXT"] = "text";
|
|
216
|
-
})(TextType || (TextType = {}));
|
|
187
|
+
export const OutputFormat = {
|
|
188
|
+
JSON: "json",
|
|
189
|
+
MP3: "mp3",
|
|
190
|
+
OGG_VORBIS: "ogg_vorbis",
|
|
191
|
+
PCM: "pcm",
|
|
192
|
+
};
|
|
193
|
+
export const SpeechMarkType = {
|
|
194
|
+
SENTENCE: "sentence",
|
|
195
|
+
SSML: "ssml",
|
|
196
|
+
VISEME: "viseme",
|
|
197
|
+
WORD: "word",
|
|
198
|
+
};
|
|
199
|
+
export const TaskStatus = {
|
|
200
|
+
COMPLETED: "completed",
|
|
201
|
+
FAILED: "failed",
|
|
202
|
+
IN_PROGRESS: "inProgress",
|
|
203
|
+
SCHEDULED: "scheduled",
|
|
204
|
+
};
|
|
205
|
+
export const TextType = {
|
|
206
|
+
SSML: "ssml",
|
|
207
|
+
TEXT: "text",
|
|
208
|
+
};
|
|
217
209
|
export class InvalidTaskIdException extends __BaseException {
|
|
218
210
|
constructor(opts) {
|
|
219
211
|
super({
|
|
@@ -29,7 +29,7 @@ export interface DeleteLexiconCommandOutput extends DeleteLexiconOutput, __Metad
|
|
|
29
29
|
* import { PollyClient, DeleteLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
30
30
|
* // const { PollyClient, DeleteLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
31
31
|
* const client = new PollyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteLexiconInput
|
|
33
33
|
* Name: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteLexiconCommand(input);
|
|
@@ -41,7 +41,7 @@ export interface DescribeVoicesCommandOutput extends DescribeVoicesOutput, __Met
|
|
|
41
41
|
* import { PollyClient, DescribeVoicesCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
42
42
|
* // const { PollyClient, DescribeVoicesCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
43
43
|
* const client = new PollyClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // DescribeVoicesInput
|
|
45
45
|
* Engine: "standard" || "neural",
|
|
46
46
|
* LanguageCode: "arb" || "cmn-CN" || "cy-GB" || "da-DK" || "de-DE" || "en-AU" || "en-GB" || "en-GB-WLS" || "en-IN" || "en-US" || "es-ES" || "es-MX" || "es-US" || "fr-CA" || "fr-FR" || "is-IS" || "it-IT" || "ja-JP" || "hi-IN" || "ko-KR" || "nb-NO" || "nl-NL" || "pl-PL" || "pt-BR" || "pt-PT" || "ro-RO" || "ru-RU" || "sv-SE" || "tr-TR" || "en-NZ" || "en-ZA" || "ca-ES" || "de-AT" || "yue-CN" || "ar-AE" || "fi-FI",
|
|
47
47
|
* IncludeAdditionalLanguageCodes: true || false,
|
|
@@ -27,7 +27,7 @@ export interface GetLexiconCommandOutput extends GetLexiconOutput, __MetadataBea
|
|
|
27
27
|
* import { PollyClient, GetLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
28
28
|
* // const { PollyClient, GetLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
29
29
|
* const client = new PollyClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // GetLexiconInput
|
|
31
31
|
* Name: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetLexiconCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface GetSpeechSynthesisTaskCommandOutput extends GetSpeechSynthesisT
|
|
|
29
29
|
* import { PollyClient, GetSpeechSynthesisTaskCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
30
30
|
* // const { PollyClient, GetSpeechSynthesisTaskCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
31
31
|
* const client = new PollyClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // GetSpeechSynthesisTaskInput
|
|
33
33
|
* TaskId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetSpeechSynthesisTaskCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface ListLexiconsCommandOutput extends ListLexiconsOutput, __Metadat
|
|
|
26
26
|
* import { PollyClient, ListLexiconsCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
27
27
|
* // const { PollyClient, ListLexiconsCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
28
28
|
* const client = new PollyClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // ListLexiconsInput
|
|
30
30
|
* NextToken: "STRING_VALUE",
|
|
31
31
|
* };
|
|
32
32
|
* const command = new ListLexiconsCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface ListSpeechSynthesisTasksCommandOutput extends ListSpeechSynthes
|
|
|
28
28
|
* import { PollyClient, ListSpeechSynthesisTasksCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
29
29
|
* // const { PollyClient, ListSpeechSynthesisTasksCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
30
30
|
* const client = new PollyClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ListSpeechSynthesisTasksInput
|
|
32
32
|
* MaxResults: Number("int"),
|
|
33
33
|
* NextToken: "STRING_VALUE",
|
|
34
34
|
* Status: "scheduled" || "inProgress" || "completed" || "failed",
|
|
@@ -31,7 +31,7 @@ export interface PutLexiconCommandOutput extends PutLexiconOutput, __MetadataBea
|
|
|
31
31
|
* import { PollyClient, PutLexiconCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
32
32
|
* // const { PollyClient, PutLexiconCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
33
33
|
* const client = new PollyClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // PutLexiconInput
|
|
35
35
|
* Name: "STRING_VALUE", // required
|
|
36
36
|
* Content: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
@@ -35,10 +35,10 @@ export interface StartSpeechSynthesisTaskCommandOutput extends StartSpeechSynthe
|
|
|
35
35
|
* import { PollyClient, StartSpeechSynthesisTaskCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
36
36
|
* // const { PollyClient, StartSpeechSynthesisTaskCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
37
37
|
* const client = new PollyClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // StartSpeechSynthesisTaskInput
|
|
39
39
|
* Engine: "standard" || "neural",
|
|
40
40
|
* LanguageCode: "arb" || "cmn-CN" || "cy-GB" || "da-DK" || "de-DE" || "en-AU" || "en-GB" || "en-GB-WLS" || "en-IN" || "en-US" || "es-ES" || "es-MX" || "es-US" || "fr-CA" || "fr-FR" || "is-IS" || "it-IT" || "ja-JP" || "hi-IN" || "ko-KR" || "nb-NO" || "nl-NL" || "pl-PL" || "pt-BR" || "pt-PT" || "ro-RO" || "ru-RU" || "sv-SE" || "tr-TR" || "en-NZ" || "en-ZA" || "ca-ES" || "de-AT" || "yue-CN" || "ar-AE" || "fi-FI",
|
|
41
|
-
* LexiconNames: [
|
|
41
|
+
* LexiconNames: [ // LexiconNameList
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
44
|
* OutputFormat: "json" || "mp3" || "ogg_vorbis" || "pcm", // required
|
|
@@ -46,7 +46,7 @@ export interface StartSpeechSynthesisTaskCommandOutput extends StartSpeechSynthe
|
|
|
46
46
|
* OutputS3KeyPrefix: "STRING_VALUE",
|
|
47
47
|
* SampleRate: "STRING_VALUE",
|
|
48
48
|
* SnsTopicArn: "STRING_VALUE",
|
|
49
|
-
* SpeechMarkTypes: [
|
|
49
|
+
* SpeechMarkTypes: [ // SpeechMarkTypeList
|
|
50
50
|
* "sentence" || "ssml" || "viseme" || "word",
|
|
51
51
|
* ],
|
|
52
52
|
* Text: "STRING_VALUE", // required
|
|
@@ -30,15 +30,15 @@ export interface SynthesizeSpeechCommandOutput extends __WithSdkStreamMixin<Synt
|
|
|
30
30
|
* import { PollyClient, SynthesizeSpeechCommand } from "@aws-sdk/client-polly"; // ES Modules import
|
|
31
31
|
* // const { PollyClient, SynthesizeSpeechCommand } = require("@aws-sdk/client-polly"); // CommonJS import
|
|
32
32
|
* const client = new PollyClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // SynthesizeSpeechInput
|
|
34
34
|
* Engine: "standard" || "neural",
|
|
35
35
|
* LanguageCode: "arb" || "cmn-CN" || "cy-GB" || "da-DK" || "de-DE" || "en-AU" || "en-GB" || "en-GB-WLS" || "en-IN" || "en-US" || "es-ES" || "es-MX" || "es-US" || "fr-CA" || "fr-FR" || "is-IS" || "it-IT" || "ja-JP" || "hi-IN" || "ko-KR" || "nb-NO" || "nl-NL" || "pl-PL" || "pt-BR" || "pt-PT" || "ro-RO" || "ru-RU" || "sv-SE" || "tr-TR" || "en-NZ" || "en-ZA" || "ca-ES" || "de-AT" || "yue-CN" || "ar-AE" || "fi-FI",
|
|
36
|
-
* LexiconNames: [
|
|
36
|
+
* LexiconNames: [ // LexiconNameList
|
|
37
37
|
* "STRING_VALUE",
|
|
38
38
|
* ],
|
|
39
39
|
* OutputFormat: "json" || "mp3" || "ogg_vorbis" || "pcm", // required
|
|
40
40
|
* SampleRate: "STRING_VALUE",
|
|
41
|
-
* SpeechMarkTypes: [
|
|
41
|
+
* SpeechMarkTypes: [ // SpeechMarkTypeList
|
|
42
42
|
* "sentence" || "ssml" || "viseme" || "word",
|
|
43
43
|
* ],
|
|
44
44
|
* Text: "STRING_VALUE", // required
|