Skip to content

Commit 7d06fe1

Browse files
committed
update samples
1 parent 959edaf commit 7d06fe1

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

articles/ai-services/speech-service/batch-synthesis-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Batch synthesis properties are described in the following table.
3434
|`lastActionDateTime`|The most recent date and time when the `status` property value changed.<br/><br/>This property is read-only.|
3535
|`outputs.result`|The location of the batch synthesis result files with audio output and logs.<br/><br/>This property is read-only.|
3636
|`properties`|A defined set of optional batch synthesis configuration settings.|
37-
|`properties.audioSizeInBytes`|The audio output size in bytes.<br/><br/>This property is read-only.|
37+
|`properties.sizeInBytes`|The audio output size in bytes.<br/><br/>This property is read-only.|
3838
|`properties.billingDetails`|The number of words that were processed and billed by `customNeuralCharacters` versus `neuralCharacters` (prebuilt) voices.<br/><br/>This property is read-only.|
3939
|`properties.concatenateResult`|Determines whether to concatenate the result. This optional `bool` value ("true" or "false") is "false" by default.|
4040
|`properties.decompressOutputFiles`|Determines whether to unzip the synthesis result files in the destination container. This property can only be set when the `destinationContainerUrl` property is set. This optional `bool` value ("true" or "false") is "false" by default.|

articles/ai-services/speech-service/batch-synthesis.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,12 @@ You should receive a response body in the following format:
123123
"decompressOutputFiles": false,
124124
"wordBoundaryEnabled": false,
125125
"sentenceBoundaryEnabled": false,
126-
"audioSizeInBytes": 120000,
126+
"sizeInBytes": 120000,
127127
"succeededAudioCount": 1,
128128
"failedAudioCount": 0,
129129
"durationInMilliseconds": 2500,
130130
"billingDetails": {
131-
"neuralCharacters": 29,
132-
"customNeuralCharacters": 0,
133-
"neuralHDCharacters": 0,
134-
"personalVoiceCharacters": 0
131+
"neuralCharacters": 29
135132
}
136133
},
137134
"outputs": {
@@ -170,15 +167,12 @@ You should receive a response body in the following format:
170167
"decompressOutputFiles": false,
171168
"wordBoundaryEnabled": false,
172169
"sentenceBoundaryEnabled": false,
173-
"audioSizeInBytes": 120000,
170+
"sizeInBytes": 120000,
174171
"succeededAudioCount": 1,
175172
"failedAudioCount": 0,
176173
"durationInMilliseconds": 2500,
177174
"billingDetails": {
178-
"neuralCharacters": 29,
179-
"customNeuralCharacters": 0,
180-
"neuralHDCharacters": 0,
181-
"personalVoiceCharacters": 0
175+
"neuralCharacters": 29
182176
}
183177
},
184178
"outputs": {
@@ -200,15 +194,12 @@ You should receive a response body in the following format:
200194
"decompressOutputFiles": false,
201195
"wordBoundaryEnabled": false,
202196
"sentenceBoundaryEnabled": false,
203-
"audioSizeInBytes": 120000,
197+
"sizeInBytes": 120000,
204198
"succeededAudioCount": 1,
205199
"failedAudioCount": 0,
206200
"durationInMilliseconds": 2500,
207201
"billingDetails": {
208-
"neuralCharacters": 29,
209-
"customNeuralCharacters": 0,
210-
"neuralHDCharacters": 0,
211-
"personalVoiceCharacters": 0
202+
"neuralCharacters": 29
212203
}
213204
},
214205
"outputs": {

0 commit comments

Comments
 (0)