Skip to content

Commit 9a973aa

Browse files
committed
started writing how to edit speakers
1 parent 6336bd4 commit 9a973aa

File tree

7 files changed

+78
-55
lines changed

7 files changed

+78
-55
lines changed

articles/azure-video-indexer/edit-speakers-website.md

Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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 update only applies to the currently selected speaker.
20+
21+
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.
22+
23+
## Prerequisites
24+
25+
1. Sign in to the [Azure Video Indexer website](https://www.videoindexer.ai/).
26+
1. Select the **Timeline** tab.
27+
1. Choose to view speakers.
28+
29+
:::image type="content" alt-text="Screenshot of how to view speakers." source="./media/edit-speakers-website/view-speakers.png":::
30+
31+
## Add a new speaker
32+
33+
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:
34+
35+
1. Select the edit mode.
36+
37+
:::image type="content" alt-text="Screenshot of how to edit speakers." source="./media/edit-speakers-website/edit.png":::
38+
1. Go to the transcript line on which you want to assign a new speaker to.
39+
1. Select **Assign a new speaker**.
40+
41+
:::image type="content" alt-text="Screenshot of how to view speakers." source="./media/edit-speakers-website/assign-new.png":::
42+
1. Add the name of the speaker you would like to use.
43+
1. Press a checkmark (on the right) to save.
44+
45+
## Rename an existing speaker
46+
47+
This action allows renaming an existing speaker that was identified by Azure Video Indexer. To add a new speaker from the website for the selected video, do the following:
48+
49+
1. Select the edit mode.
50+
1. Go to the transcript line on which you want to rename a speaker.
51+
1. Select **Rename selected speaker**.
52+
53+
:::image type="content" alt-text="Screenshot of how to view speakers." source="./media/edit-speakers-website/rename.png":::
54+
55+
This action will update speakers by this name.
56+
1. Press a checkmark (on the right) to save.
57+
58+
## Assign a speaker to a transcript line
59+
60+
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:
61+
62+
1. Go to the transcript line you want to assign a different speaker to.
63+
1. Select a speaker you wish to assign from the list.
64+
65+
The update only applies to the currently selected speaker.
66+
67+
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.
68+
69+
## Limitations
70+
71+
When when adding a new speaker, the new name should be unique.
72+
73+
## Next steps
74+
75+
[Insert or remove transcript lines in the Azure Video Indexer website](edit-transcript-lines-portal.md)
8.18 KB
Loading
5.71 KB
Loading
8.07 KB
Loading
135 KB
Loading

articles/azure-video-indexer/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
- name: Detect scenes, shots, keyframes
125125
href: scenes-shots-keyframes.md
126126
- name: Insert or remove transcript lines
127-
href: edit-transcript-lines-portal.md
127+
href: edit-transcript-lines-portal.md
128+
- name: Edit speakers
129+
href: edit-speakers.md
128130
- name: Identify and transcribe multi-language content
129131
href: multi-language-identification-transcription.md
130132
- name: Use editor to create projects

0 commit comments

Comments
 (0)