Skip to content

Commit 57c5e3f

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here are the steps to get a translated video using the REST API:
4949
## Step 1: Create a translation
5050

5151
> [!IMPORTANT]
52-
> Creating a translation as described in this section doesn't initiate the translation process. You can start translating the video by [creating an iteration](#create-an-iteration). Translations and iterations created through the REST API aren't synchronized to the portal, and vice versa.
52+
> Creating a translation as described in this section doesn't initiate the translation process. You can start translating the video by [creating an iteration](#step-2-create-an-iteration). Translations and iterations created through the REST API aren't synchronized to the portal, and vice versa.
5353
5454
To create a video translation, you need to construct an HTTP PUT request path and body according to the following instructions:
5555

@@ -89,7 +89,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechResourceKey" -H "Operati
8989
```
9090

9191
> [!IMPORTANT]
92-
> If you try to use an existing translation ID with different settings, the API will return an error. The translation ID must be unique for each translation. You can make changes to an existing translation by [creating an iteration](#create-an-iteration).
92+
> If you try to use an existing translation ID with different settings, the API will return an error. The translation ID must be unique for each translation. You can make changes to an existing translation by [creating an iteration](#step-2-create-an-iteration).
9393
9494
You should receive a response body in the following format:
9595

articles/ai-services/speech-service/video-translation-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: foundry-speech-studio-rest
1414

1515
# How to use video translation
1616

17-
[!INCLUDE [Feature preview](./includes/preview-feature.md)]
17+
[!INCLUDE [Feature preview](../includes/preview-feature.md)]
1818

1919
::: zone pivot="ai-foundry-portal"
2020
[!INCLUDE [Foundry portal include](./includes/how-to/video-translation/ai-foundry.md)]

0 commit comments

Comments
 (0)