File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
articles/ai-services/speech-service/text-to-speech-avatar Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,8 @@ You should receive a response body in the following format:
127
127
"succeededCount" : 1 ,
128
128
"failedCount" : 0 ,
129
129
"billingDetails" : {
130
- "neural" : 29 ,
131
- "customNeural" : 0 ,
132
- "talkingAvatarDurationInSeconds" : 2
130
+ "neuralCharacters" : 29 ,
131
+ "talkingAvatarDurationSeconds" : 2
133
132
}
134
133
},
135
134
"avatarConfig" : {
@@ -181,9 +180,8 @@ You receive a response body in the following format:
181
180
"succeededCount" : 1 ,
182
181
"failedCount" : 0 ,
183
182
"billingDetails" : {
184
- "neural" : 32 ,
185
- "customNeural" : 0 ,
186
- "talkingAvatarDurationInSeconds" : 2
183
+ "neuralCharacters" : 32 ,
184
+ "talkingAvatarDurationSeconds" : 2
187
185
}
188
186
},
189
187
"avatarConfig" : {
@@ -215,9 +213,8 @@ You receive a response body in the following format:
215
213
"succeededCount" : 1 ,
216
214
"failedCount" : 0 ,
217
215
"billingDetails" : {
218
- "neural" : 29 ,
219
- "customNeural" : 0 ,
220
- "talkingAvatarDurationInSeconds" : 2
216
+ "neuralCharacters" : 29 ,
217
+ "talkingAvatarDurationSeconds" : 2
221
218
}
222
219
},
223
220
"avatarConfig" : {
@@ -270,10 +267,7 @@ The summary file contains the synthesis results for each text input. Here's an e
270
267
"texts" : [
271
268
" <speak version='1.0' xml:lang='en-US'><voice name='en-US-JennyNeural'>The rainbow has seven colors.</voice></speak>"
272
269
],
273
- "status" : " Succeeded" ,
274
- "billingDetails" : {
275
- "Neural" : " 29" ,
276
- "TalkingAvatarDuration" : " 2"
270
+ "status" : " Succeeded"
277
271
},
278
272
"videoFileName" : " 244a87c294b94ddeb3dbaccee8ffa7eb/5a25b929-1358-4e81-a036-33000e788c46/0001.mp4" ,
279
273
"TalkingAvatarCharacter" : " lisa" ,
You can’t perform that action at this time.
0 commit comments