Skip to content

Commit cab184e

Browse files
authored
Update face-detection.md
Added important note for filtering of face detections in the UI
1 parent 87c75f1 commit cab184e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-video-indexer/face-detection.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ To see face detection insight in the JSON file, do the following:
9595

9696
To download the JSON file via the API, [Azure Video Indexer developer portal](https://api-portal.videoindexer.ai/).
9797

98+
> [!IMPORTANT]
99+
> When reviewing face detections in the UI you may not see all faces, we expose only face groups with a confidence of more than 0.5 and the face must appear for a minimum of 4 seconds or 10% * video_duration. Only when these conditions are met we will show the face in the UI and the Insights.json. You can always retrieve all face instances from the Face Artifact file using the api `https://api.videoindexer.ai/{location}/Accounts/{accountId}/Videos/{videoId}/ArtifactUrl[?Faces][&accessToken]`
100+
98101
## Face detection components
99102

100103
During the Faces Detection procedure, images in a media file are processed, as follows:

0 commit comments

Comments
 (0)