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
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/includes/how-to/video-translation/rest.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,6 @@ ms.custom: references_regions
11
11
12
12
The video translation REST API facilitates seamless video translation integration into your applications. It supports uploading, managing, and refining video translations, with multiple iterations for continuous improvement. In this article, you learn how to utilize video translation through the REST API.
13
13
14
-
## REST API operations
15
-
16
-
You can use the following REST API operations for video translation:
|[Get a translation by translation ID](/rest/api/aiservices/videotranslation/translation-operations/get-translation)|`GET`|`/translations/{translationId}`|
23
-
|[Create an iteration](/rest/api/aiservices/videotranslation/iteration-operations/create-iteration)|`PUT`|`/translations/{translationId}/iterations/{iterationId}`|
|[Get an iteration by iteration ID](/rest/api/aiservices/videotranslation/iteration-operations/get-iteration)|`GET`|`/translations/{translationId}/iterations/{iterationId}`|
26
-
|[Get operation by operation ID](/rest/api/aiservices/videotranslation/operation-operations/get-operation)|`GET`|`/operations/{operationId}`|
27
-
|[Delete a translation by translation ID](/rest/api/aiservices/videotranslation/translation-operations/delete-translation)|`DELETE`|`/translations/{translationId}`|
28
-
29
-
For code samples, see [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/video-translation/csharp).
30
-
31
14
## Pre-requisites
32
15
33
16
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin.
@@ -610,17 +593,34 @@ You should receive a response body in the following format:
610
593
611
594
## Delete a translation by translation ID
612
595
613
-
Remove a specific translation identified by `translationId`. This operation also removes all iterations associated with this translation. Replace `YourSpeechResourceKey` with your Speech resource key, `YourSpeechResourceRegion` with your Speech resource region, and `Your-Translation-Id` with the translation ID you want to delete. If not deleted manually, the service retains the translation history for up to 31 days.
596
+
Remove a specific translation identified by `translationId`. This operation also removes all iterations associated with this translation.
597
+
598
+
Replace `YourSpeechResourceKey` with your Speech resource key, `YourSpeechResourceRegion` with your Speech resource region, and `Your-Translation-Id` with the translation ID you want to delete. If not deleted manually, the service retains the translation history for up to 31 days.
|[Get a translation by translation ID](/rest/api/aiservices/videotranslation/translation-operations/get-translation)|`GET`|`/translations/{translationId}`|
615
+
|[Create an iteration](/rest/api/aiservices/videotranslation/iteration-operations/create-iteration)|`PUT`|`/translations/{translationId}/iterations/{iterationId}`|
|[Get an iteration by iteration ID](/rest/api/aiservices/videotranslation/iteration-operations/get-iteration)|`GET`|`/translations/{translationId}/iterations/{iterationId}`|
618
+
|[Get operation by operation ID](/rest/api/aiservices/videotranslation/operation-operations/get-operation)|`GET`|`/operations/{operationId}`|
619
+
|[Delete a translation by translation ID](/rest/api/aiservices/videotranslation/translation-operations/delete-translation)|`DELETE`|`/translations/{translationId}`|
620
+
621
+
For code samples, see [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/video-translation/csharp).
622
622
623
-
This section provides curl commands for other video translation API calls that aren't described in detail previously.
623
+
This section provides examples for other video translation API calls that aren't described in detail previously.
0 commit comments