Skip to content

Commit 091fbeb

Browse files
authored
Update customize-person-model-with-api.md
1 parent d5d5aff commit 091fbeb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Each account has a limit of 50 Person models. If you do not need the multiple Pe
3131

3232
## Create a new Person model
3333

34-
To create a new Person model in the specified account, use the [create person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Create-Person-Model?) API.
34+
To create a new Person model in the specified account, use the [create a person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Create-Person-Model?) API.
3535

3636
The response provides the name and generated model ID of the Person model that you just created following the format of the example below.
3737

@@ -46,15 +46,15 @@ You should then use the **id** value for the **personModelId** parameter when [u
4646

4747
## Delete a Person model
4848

49-
To delete a custom Person model from the specified account, use the [delete person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Delete-Person-Model?)API.
49+
To delete a custom Person model from the specified account, use the [delete a person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Delete-Person-Model?)API.
5050

5151
Once the Person model is deleted successfully, the index of your current videos that were using the deleted model will remain unchanged until you reindex them. Upon reindexing, the faces that were named in the deleted model will not be recognized by Video Indexer in your current videos that were indexed using that model; however, those faces will still be detected. Your current videos that were indexed using the deleted model will now use your account's default Person model. If faces from the deleted model are also named in your account's default model, those faces will continue to be recognized in the videos.
5252

5353
There is no returned content when the Person model is deleted successfully.
5454

5555
## Get all Person models
5656

57-
To get all Person models in the specified account, use the [get person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Person-Models?) API.
57+
To get all Person models in the specified account, use the [get a person model](https://api-portal.videoindexer.ai/docs/services/operations/operations/Get-Person-Models?) API.
5858

5959
The response provides a list of all of the Person models in your account (including the default Person model in the specified account) and each of their names and ids following the format of the example below.
6060

@@ -81,7 +81,7 @@ Once this happens, it recognizes the occurrences of the same face in your other
8181

8282
You can update a face that Video Indexer recognized as a celebrity with a new name. The new name that you give will take precedence over the built-in celebrity recognition.
8383

84-
To update the face, use the [update video face](https://api-portal.videoindexer.ai/docs/services/operations/operations/Update-Video-Face?) API.
84+
To update the face, use the [update a video face](https://api-portal.videoindexer.ai/docs/services/operations/operations/Update-Video-Face?) API.
8585

8686
Names are unique for Person models, so if you give two different faces in the same Person model the same **name** parameter value, Video Indexer views the faces as the same person and converges them once you reindex your video.
8787

0 commit comments

Comments
 (0)