Skip to content

Commit a97ef76

Browse files
authored
Update release-notes.md
1 parent 57edf64 commit a97ef76

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Video Indexer release notes | Microsoft Docs
33
description: To stay up-to-date with the most recent developments, this article provides you with the latest updates on Azure Video Indexer.
44
ms.topic: article
55
ms.custom: references_regions
6-
ms.date: 09/15/2022
6+
ms.date: 11/07/2022
77
ms.author: juliako
88
---
99

@@ -41,6 +41,14 @@ 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+
## November 2022
45+
46+
### Speakers' names can now be edited from the Azure Video Indexer website
47+
48+
You can now add new speakers, rename identified speakers and modify speakers assigned to a particular transcript line using the [Azure Video Indexer website](https://www.videoindexer.ai/). For details on how to edit speakers from the **Timeline** pane, see [Edit speakers with the Azure Video Indexer website](edit-speakers.md).
49+
50+
The same capabilities are available from the Azure Video Indexer [upload video index](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Update-Video-Index) API.
51+
4452
## October 2022
4553

4654
### A new built-in role: Video Indexer Restricted Viewer

0 commit comments

Comments
 (0)