Skip to content

Commit 9b3ffeb

Browse files
authored
updating video article with fixes
1 parent 2d8f255 commit 9b3ffeb

File tree

1 file changed

+4
-4
lines changed
  • articles/ai-services/content-understanding/video

1 file changed

+4
-4
lines changed

articles/ai-services/content-understanding/video/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,18 +199,18 @@ Content Understanding offers three ways to slice a video, letting you get the ou
199199
200200
## Face identification description add-on
201201

202-
Face identification description is an add-on that provides context to content extraction and field extraction using face information.
203-
204202
> [!NOTE]
205203
>
206204
> This feature is limited access and involves face identification and grouping; customers need to register for access at [Face Recognition](https://aka.ms/facerecognition). Face features incur added costs.
207205
208-
### Content extraction: grouping and identification
206+
Face identification description is an add-on that provides context to content extraction and field extraction using face information.
207+
208+
### Content extraction - Grouping and identification
209209

210210
The face add-on enables grouping and identification as output from the content extraction section. To enable face capabilities set `enableFace=true` in the analyzer configuration.
211211

212212
* **Grouping:** Grouped faces appearing in a video to extract one representative face image for each person and provides segments where each one is present. The grouped face data is available as metadata and can be used to generate customized metadata fields when `returnDetails: true` for the analyzer.
213-
* **Identification:** Labels individuals in the video with names based on a Face API person directory. Customers can enable this feature by supplying a name for a Face API directory in the current resource in the `personDirectoryId` property of the analyzer.
213+
* **Identification:** Labels individuals in the video with names based on a Face API person directory. Customers can enable this feature by supplying a name for a Face API directory in the current resource in the `personDirectoryId` property of the analyzer. To use this capibility, first you must create a personDirectory then reference it in the analyzer. For details on how to do that, check out [How to build a person directory](../../content-understanding/tutorial/build-person-directory.md)
214214

215215
### Field Extraction – Face description
216216

0 commit comments

Comments
 (0)