You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -129,8 +129,8 @@ The following headers are included with each Document Translator API request:
129
129
130
130
* The POST request URL is POST `https://<NAME-OF-YOUR-RESOURCE>.cognitiveservices.azure.com/translator/text/batch/v1.0/batches`
131
131
* The POST request body is a JSON object named `inputs`.
132
-
* The `inputs` object contains both `sourceURL` and `targetURL` container addresses for your source and target language pairs
133
-
* The `prefix` and `suffix`fields (optional) are used to filter documents in the container including folders.
132
+
* The `inputs` object contains both `sourceURL` and `targetURL` container addresses for your source and target language pairs.
133
+
* The `prefix` and `suffix` are case-sensitive strings to filter documents in the source path for translation. The `prefix` field is often used to delineate subfolders for translation. The `suffix` field is most often used for file extensions.
134
134
* A value for the `glossaries` field (optional) is applied when the document is being translated.
135
135
* The `targetUrl` for each target language must be unique.
136
136
@@ -196,10 +196,7 @@ The following headers are included with each Document Translator API request:
0 commit comments