Skip to content

Commit c412f32

Browse files
authored
Merge pull request #103393 from Juliako/patch-182
Update customize-language-model-with-api.md
2 parents 6cb7218 + 363eb7a commit c412f32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/media-services/video-indexer/customize-language-model-with-api.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: johndeu
99
ms.service: media-services
1010
ms.subservice: video-indexer
1111
ms.topic: article
12-
ms.date: 01/14/2020
12+
ms.date: 02/04/2020
1313
ms.author: anzaman
1414
---
1515

@@ -101,9 +101,8 @@ The response provides metadata on the newly trained Language model along with me
101101
}
102102
```
103103

104-
You should use the returned **id** value of the language model for the **linguisticModelId** parameter when [uploading a video to index](https://api-portal.videoindexer.ai/docs/services/operations/operations/Upload-video?) and for the **languageModelId** parameter when [reindexing a video](https://api-portal.videoindexer.ai/docs/services/operations/operations/Re-index-video?).
104+
The returned **id** is a unique id used to distinguish between language models, while **languageModelId** is used both for [uploading a video to index](https://api-portal.videoindexer.ai/docs/services/operations/operations/Upload-video?) and [reindexing a video](https://api-portal.videoindexer.ai/docs/services/operations/operations/Re-index-video?) APIs (also known as **linguisticModelId** in Video Indexer upload/re-index APIs).
105105

106-
107106
## Delete a Language model
108107

109108
The [delete a language model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Delete-Language-Model?&pattern=delete) API deletes a custom Language model from the specified account. Any video that was using the deleted Language model will keep the same index until you re-index the video. If you re-index the video, you can assign a new Language model to the video. Otherwise, Video Indexer will use its default model to re-index the video.

0 commit comments

Comments
 (0)