Skip to content

Commit 84be50a

Browse files
authored
Merge pull request #216692 from Juliako/edit
started writing how to edit speakers
2 parents cf8a908 + eec1b00 commit 84be50a

File tree

7 files changed

+88
-1
lines changed

7 files changed

+88
-1
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: Edit speakers in the Azure Video Indexer website
3+
description: The article demonstrates how to edit speakers with the Azure Video Indexer website.
4+
ms.topic: how-to
5+
ms.date: 11/01/2022
6+
ms.author: juliako
7+
---
8+
9+
# Edit speakers with the Azure Video Indexer website
10+
11+
Azure Video Indexer identifies speakers in your video but in some cases you may want to edit these names. You can perform the following editing actions, while in the edit mode. The following editing actions only apply to the currently selected video.
12+
13+
- Add new speaker.
14+
- Rename existing speaker.
15+
16+
The update applies to all speakers identified by this name.
17+
- Assign a speaker for a transcript line.
18+
19+
The article demonstrates how to edit speakers with the [Azure Video Indexer website](https://www.videoindexer.ai/). The same editing operations are possible with an API. To use API, call [update video index](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Update-Video-Index).
20+
21+
## Prerequisites
22+
23+
1. Sign in to the [Azure Video Indexer website](https://www.videoindexer.ai/).
24+
2. Select a video.
25+
3. Select the **Timeline** tab.
26+
4. Choose to view speakers.
27+
28+
:::image type="content" alt-text="Screenshot of how to view speakers." source="./media/edit-speakers-website/view-speakers.png":::
29+
30+
## Add a new speaker
31+
32+
This action allows adding new speakers that were not identified by Azure Video Indexer. To add a new speaker from the website for the selected video, do the following:
33+
34+
1. Select the edit mode.
35+
36+
:::image type="content" alt-text="Screenshot of how to edit speakers." source="./media/edit-speakers-website/edit.png":::
37+
1. Go to the speakers drop down menu above the transcript line you wish to assign a new speaker to.
38+
1. Select **Assign a new speaker**.
39+
40+
:::image type="content" alt-text="Screenshot of how to add a new speaker." source="./media/edit-speakers-website/assign-new.png":::
41+
1. Add the name of the speaker you would like to assign.
42+
1. Press a checkmark to save.
43+
44+
> [!NOTE]
45+
> Speaker names should be unique across the speakers in the current video.
46+
47+
## Rename an existing speaker
48+
49+
This action allows renaming an existing speaker that was identified by Azure Video Indexer. To rename a speaker from the website for the selected video, do the following:
50+
51+
1. Select the edit mode.
52+
1. Go to the transcript line where the speaker you wish to rename appears.
53+
1. Select **Rename selected speaker**.
54+
55+
:::image type="content" alt-text="Screenshot of how to rename a speaker." source="./media/edit-speakers-website/rename.png":::
56+
57+
This action will update speakers by this name.
58+
1. Press a checkmark to save.
59+
60+
## Assign a speaker to a transcript line
61+
62+
This action allows assigning a speaker to a specific transcript line with a wrong assignment. To assign a speaker to a transcript line from the website, do the following:
63+
64+
1. Go to the transcript line you want to assign a different speaker to.
65+
1. Select a speaker from the speakers drop down menu above that you wish to assign.
66+
67+
The update only applies to the currently selected transcript line.
68+
69+
If the speaker you wish to assign doesn't appear on the list you can either **Assign a new speaker** or **Rename an existing speaker** as described above.
70+
71+
## Limitations
72+
73+
When adding a new speaker or renaming a speaker, the new name should be unique.
74+
75+
## Next steps
76+
77+
[Insert or remove transcript lines in the Azure Video Indexer website](edit-transcript-lines-portal.md)
50.7 KB
Loading
5.71 KB
Loading
61.7 KB
Loading
135 KB
Loading

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

articles/azure-video-indexer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@
126126
href: scenes-shots-keyframes.md
127127
- name: View and update transcriptions
128128
href: edit-transcript-lines-portal.md
129+
- name: Edit speakers
130+
href: edit-speakers.md
129131
- name: Identify and transcribe multi-language content
130132
href: multi-language-identification-transcription.md
131133
- name: Use editor to create projects

0 commit comments

Comments
 (0)