Skip to content

Commit b66ce85

Browse files
authored
[Speech][BatchSynthesis] Fix some inaccurate wording in document (#28883)
* Fix wrong links * Update batchsynthesis.json
1 parent 2dc0129 commit b66ce85

File tree

1 file changed

+3
-3
lines changed
  • specification/cognitiveservices/data-plane/Speech/BatchTextToSpeech/stable/2024-04-01

1 file changed

+3
-3
lines changed

specification/cognitiveservices/data-plane/Speech/BatchTextToSpeech/stable/2024-04-01/batchsynthesis.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"tags": [
114114
"BatchSynthesis"
115115
],
116-
"description": "Creates a batch synthesis job, the max allowed payload content length is 500KB.",
116+
"description": "Creates a batch synthesis job, the max allowed payload content length is 2 megabytes.",
117117
"operationId": "BatchSyntheses_Create",
118118
"consumes": [
119119
"application/json"
@@ -554,7 +554,7 @@
554554
}
555555
},
556556
"Error": {
557-
"description": "New format which conforms to the new Cognitive Services API guidelines which is available at https://microsoft.sharepoint.com/%3Aw%3A/t/CognitiveServicesPMO/EUoytcrjuJdKpeOKIK_QRC8BPtUYQpKBi8JsWyeDMRsWlQ?e=CPq8ow. This contains an outer error with error code, message, details, target and an inner error with more descriptive details.",
557+
"description": "The error object.",
558558
"required": [
559559
"code",
560560
"message"
@@ -616,7 +616,7 @@
616616
}
617617
},
618618
"InnerError": {
619-
"description": "New Inner Error format which conforms to Cognitive Services API Guidelines which is available at https://microsoft.sharepoint.com/%3Aw%3A/t/CognitiveServicesPMO/EUoytcrjuJdKpeOKIK_QRC8BPtUYQpKBi8JsWyeDMRsWlQ?e=CPq8ow.\r\nThis contains required properties ErrorCode, message and optional properties target, inner error(this can be nested).",
619+
"description": "An object containing more specific information about the error.",
620620
"type": "object",
621621
"properties": {
622622
"code": {

0 commit comments

Comments
 (0)