Skip to content

Commit f5226df

Browse files
Update batch-synthesis-avatar.md
1 parent 0f91dab commit f5226df

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

articles/ai-services/speech-service/text-to-speech-avatar/batch-synthesis-avatar.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,8 @@ You should receive a response body in the following format:
127127
"succeededCount": 1,
128128
"failedCount": 0,
129129
"billingDetails": {
130-
"neural": 29,
131-
"customNeural": 0,
132-
"talkingAvatarDurationInSeconds": 2
130+
"neuralCharacters": 29,
131+
"talkingAvatarDurationSeconds": 2
133132
}
134133
},
135134
"avatarConfig": {
@@ -181,9 +180,8 @@ You receive a response body in the following format:
181180
"succeededCount": 1,
182181
"failedCount": 0,
183182
"billingDetails": {
184-
"neural": 32,
185-
"customNeural": 0,
186-
"talkingAvatarDurationInSeconds": 2
183+
"neuralCharacters": 32,
184+
"talkingAvatarDurationSeconds": 2
187185
}
188186
},
189187
"avatarConfig": {
@@ -215,9 +213,8 @@ You receive a response body in the following format:
215213
"succeededCount": 1,
216214
"failedCount": 0,
217215
"billingDetails": {
218-
"neural": 29,
219-
"customNeural": 0,
220-
"talkingAvatarDurationInSeconds": 2
216+
"neuralCharacters": 29,
217+
"talkingAvatarDurationSeconds": 2
221218
}
222219
},
223220
"avatarConfig": {
@@ -270,10 +267,7 @@ The summary file contains the synthesis results for each text input. Here's an e
270267
"texts": [
271268
"<speak version='1.0' xml:lang='en-US'><voice name='en-US-JennyNeural'>The rainbow has seven colors.</voice></speak>"
272269
],
273-
"status": "Succeeded",
274-
"billingDetails": {
275-
"Neural": "29",
276-
"TalkingAvatarDuration": "2"
270+
"status": "Succeeded"
277271
},
278272
"videoFileName": "244a87c294b94ddeb3dbaccee8ffa7eb/5a25b929-1358-4e81-a036-33000e788c46/0001.mp4",
279273
"TalkingAvatarCharacter": "lisa",

0 commit comments

Comments
 (0)