You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/edit-speakers.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,14 @@ Azure Video Indexer identifies speakers in your video but in some cases you may
16
16
The update applies to all speakers identified by this name.
17
17
- Assign a speaker for a transcript line.
18
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.
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).
22
20
23
21
## Prerequisites
24
22
25
23
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.
24
+
2. Select a video.
25
+
3. Select the **Timeline** tab.
26
+
4. Choose to view speakers.
28
27
29
28
:::image type="content" alt-text="Screenshot of how to view speakers." source="./media/edit-speakers-website/view-speakers.png":::
30
29
@@ -35,16 +34,19 @@ This action allows adding new speakers that were not identified by Azure Video I
35
34
1. Select the edit mode.
36
35
37
36
:::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 you want to assign a new speaker to.
37
+
1. Go to the speakers drop down menu above the transcript line you wish to assign a new speaker to.
39
38
1. Select **Assign a new speaker**.
40
39
41
40
:::image type="content" alt-text="Screenshot of how to add a new speaker." source="./media/edit-speakers-website/assign-new.png":::
42
-
1. Add the name of the speaker you would like to use.
41
+
1. Add the name of the speaker you would like to assign.
43
42
1. Press a checkmark to save.
43
+
44
+
> [!NOTE]
45
+
> Speaker names should be unique across the speakers in the current video.
44
46
45
47
## Rename an existing speaker
46
48
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:
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:
48
50
49
51
1. Select the edit mode.
50
52
1. Go to the transcript line where the speaker you wish to rename appears.
@@ -60,16 +62,16 @@ This action allows renaming an existing speaker that was identified by Azure Vid
60
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:
61
63
62
64
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.
65
+
1. Select a speaker from the speakers drop down menu above that you wish to assign.
64
66
65
-
The update only applies to the currently selected speaker.
67
+
The update only applies to the currently selected transcript line.
66
68
67
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.
68
70
69
71
## Limitations
70
72
71
-
When when adding a new speaker, the new name should be unique.
73
+
When adding a new speaker or renaming a speaker, the new name should be unique.
72
74
73
75
## Next steps
74
76
75
-
[Insert or remove transcript lines in the Azure Video Indexer website](edit-transcript-lines-portal.md)
77
+
[Insert or remove transcript lines in the Azure Video Indexer website](edit-transcript-lines-portal.md)
0 commit comments