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/media-services/video-indexer/customize-person-model-with-api.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
@@ -31,7 +31,7 @@ Each account has a limit of 50 Person models. If you do not need the multiple Pe
31
31
32
32
## Create a new Person model
33
33
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.
35
35
36
36
The response provides the name and generated model ID of the Person model that you just created following the format of the example below.
37
37
@@ -46,15 +46,15 @@ You should then use the **id** value for the **personModelId** parameter when [u
46
46
47
47
## Delete a Person model
48
48
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.
50
50
51
51
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.
52
52
53
53
There is no returned content when the Person model is deleted successfully.
54
54
55
55
## Get all Person models
56
56
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.
58
58
59
59
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.
60
60
@@ -81,7 +81,7 @@ Once this happens, it recognizes the occurrences of the same face in your other
81
81
82
82
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.
83
83
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.
85
85
86
86
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.
0 commit comments