Skip to content

Commit f004b3a

Browse files
committed
video translation api refresh
1 parent 57c5e3f commit f004b3a

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/how-to/video-translation

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/how-to/video-translation/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To create a video translation, you need to construct an HTTP PUT request path an
6969

7070
For authentication and authorization, you need to include the following headers and path IDs in your request:
7171
- Set the `Operation-Id` header: The `Operation-Id` must be unique for each operation, such as creating each iteration. Replace `Your-Operation-Id` with a unique ID for this operation.
72-
- Replace `Your-Translation-Id` in the path. The `translationId` must be unique. Replace `Your-Translation-Id` with a translation ID of your choice. You use this ID to refer to the translation in subsequent API calls.
72+
- Replace `Your-Translation-Id` in the path. The translation ID must be unique among all translations for the Speech resource. Replace `Your-Translation-Id` with a translation ID of your choice. You use this ID to refer to the translation in subsequent API calls.
7373
- Replace `YourSpeechResourceKey` with your Speech resource key and replace `YourSpeechResourceRegion` with your Speech resource region.
7474

7575
```azurecli-interactive

0 commit comments

Comments
 (0)