Skip to content

Commit 4a72de2

Browse files
committed
video translation api refresh
1 parent a4c24ac commit 4a72de2

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ For code samples, see [GitHub](https://github.com/Azure-Samples/cognitive-servic
4141
## Workflow
4242

4343
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.
4848

4949
## Step 1: Create a translation
5050

0 commit comments

Comments
 (0)