Skip to content

Commit 8ea6688

Browse files
authored
Merge pull request #209869 from Juliako/patch-18
Update release-notes.md
2 parents 714e0ce + c21f62e commit 8ea6688

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

articles/azure-video-indexer/observed-people-featured-clothing.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
title: People's featured clothing
33
description: This article gives an overview of featured clothing images appearing in a video.
44
ms.topic: conceptual
5-
ms.date: 11/15/2021
5+
ms.date: 08/30/2022
66
ms.author: juliako
77
---
88

99
# People's featured clothing (preview)
1010

11-
Azure Video Indexer enables you to get data on the featured clothing of an observed person. The people's featured clothing feature, helps to enable the following scenarios:
11+
When indexing a video using Azure Video Indexer advanced video settings, you can view the featured clothing of an observed person. The featured clothing insight provides the following information: key items worn by individuals within a video and the specific time in which the clothing appears.
1212

13-
- Ads placement - using the featured clothing insight information, you can enable more targeted ads placement.
14-
- Video summarization - you can create a summary of the most interesting outfits appearing in the video.
13+
This insight enables scenarios like
14+
15+
* Placing more targeted ads
16+
* Creating a summary of the most interesting outfits appearing in the video
17+
18+
The article discusses how to view the featured clothing insight and how the featured clothing images are ranked.
1519

1620
## Viewing featured clothing
1721

articles/azure-video-indexer/release-notes.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,26 @@ In order to upload a video from a URL, change your code to send nu
4141
var uploadRequestResult = await client.PostAsync($"{apiUrl}/{accountInfo.Location}/Accounts/{accountInfo.Id}/Videos?{queryParams}"null);
4242
```
4343

44-
## July 2022 release updates
44+
## August 2022 release updates
45+
46+
### Update topic inferencing model
47+
48+
Azure Video Indexer topic inferencing model was updated and now we extract more than 6.5 million topics (for example, covering topics such as Covid virus). To benefit from recent model updates you need to re-index your video files.
49+
50+
### Topic inferencing model is now available on Azure Government
51+
52+
You can now leverage topic inferencing model in your Azure Video Indexer paid account on [Azure Government](../azure-government/documentation-government-welcome.md) in Virginia and Arizona regions. With this release we completed the AI parity between Azure global and Azure Government.
53+
To benefit from the model updates you need to re-index your video files.
54+
55+
### Session length is now 30 days in the Azure Video Indexer website
56+
57+
The [Azure Video Indexer website](https://vi.microsoft.com) session length was extended to 30 days. You can preserve your session without having to re-login every 1 hour.
58+
59+
## July 2022
4560

4661
### Featured clothing insight (preview)
4762

48-
You can now view the featured clothing of an observed person, when indexing a video using Azure Video Indexer advanced video settings. With the new featured clothing insight information, you can enable more targeted ads placement.
63+
When indexing a video using Azure Video Indexer advanced video settings, you can view the featured clothing of an observed person. The featured clothing insight provides information of key items worn by individuals within a video and the specific time in which the clothing appears. Based on this insight, you can enable more targeted ads placement.
4964

5065
For details on how featured clothing images are ranked and how to view this insight, see [observed people featured clothing](observed-people-featured-clothing.md).
5166

0 commit comments

Comments
 (0)