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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,10 @@ For code samples, see [GitHub](https://github.com/Azure-Samples/cognitive-servic
41
41
## Workflow
42
42
43
43
Here are the steps to get a translated video using the REST API:
44
-
1.[Create a translation object](#create-a-translation). Check the status of the operation periodically until it reaches `Succeeded` or `Failed`.
45
-
1.[Create an iteration](#create-an-iteration) to start the translation process. Check the status of the iteration operation periodically until it reaches `Succeeded` or `Failed`.
46
-
1.[Download](#download-the-translated-video-and-subtitles) the translated video and subtitles.
47
-
1. Optionally, create additional iterations to improve the translation quality.
44
+
1.[Create a translation object](#step-1-create-a-translation). Check the status of the operation periodically until it reaches `Succeeded` or `Failed`.
45
+
1.[Create an iteration](#step-2-create-an-iteration) to start the translation process. Check the status of the iteration operation periodically until it reaches `Succeeded` or `Failed`.
46
+
1.[Download](#step-3-download-the-translated-video-and-subtitles) the translated video and subtitles.
47
+
1. Optionally, [create additional iterations](#step-4-create-additional-iterations-optional) to improve the translation quality.
0 commit comments