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/concepts-overview.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ ms.author: juliako
10
10
11
11
This article gives a brief overview of Azure Video Indexer terminology and concepts.
12
12
13
+
## Artifact files
14
+
15
+
If you plan to download artifact files, beware of the following:
16
+
17
+
[!INCLUDE [artifacts](./includes/artifacts.md)]
18
+
13
19
## Confidence scores
14
20
15
21
The confidence score indicates the confidence in an insight. It is a number between 0.0 and 1.0. The higher the score the greater the confidence in the answer. For example:
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/includes/insights.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,4 @@ ms.date: 06/02/2022
6
6
ms.author: juliako
7
7
---
8
8
9
-
> [!TIP]
10
-
> The JSON output produced by the website or API contains `Insights` and `SummarizedInsights` elements. We highly recommend using `Insights` and not using `SummarizedInsights` (which is present for backward compatibility).
9
+
The JSON output produced by the website or API contains `Insights` and `SummarizedInsights` elements. We highly recommend using `Insights` and not using `SummarizedInsights` (which is present for backward compatibility).
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/video-indexer-view-edit.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: juliako
10
10
11
11
# View and edit Azure Video Indexer insights
12
12
13
-
This topic shows you how to view and edit the Azure Video Indexer insights of a video.
13
+
This article shows you how to view and edit the Azure Video Indexer insights of a video.
14
14
15
15
1. Browse to the [Azure Video Indexer](https://www.videoindexer.ai/) website and sign in.
16
16
2. Find a video from which you want to create your Azure Video Indexer insights. For more information, see [Find exact moments within videos](video-indexer-search.md).
@@ -19,22 +19,24 @@ This topic shows you how to view and edit the Azure Video Indexer insights of a
4.Select which insights you want to view. For example, faces, keywords, sentiments. You can see the faces of people and the time ranges each face appears in and the % of the time it's shown.
23
23
24
-
Summarized insights show an aggregated view of the data: faces, keywords, sentiments. For example, you can see the faces of people and the time ranges each face appears in and the % of the time it is shown.
24
+
The **Timeline** tab shows transcripts with timelines and other information that you can choose from the **View** drop-down.
25
25
26
-
[!INCLUDE [insights](./includes/insights.md)]
27
-
28
-
Select the **Timeline** tab to see transcripts with timelines and other information that you can choose from the **View** drop-down.
26
+
> [!div class="mx-imgBorder"]
27
+
> :::image type="content" source="./media/video-indexer-view-edit/timeline.png" alt-text="Screenshot that shows how to select the Insights." lightbox="./media/video-indexer-view-edit/timeline.png":::
29
28
30
29
The player and the insights are synchronized. For example, if you click a keyword or the transcript line, the player brings you to that moment in the video. You can achieve the player/insights view and synchronization in your application. For more information, see [Embed Azure Indexer widgets into your application](video-indexer-embed-widgets.md).
31
30
32
-
If you want to download artifact files, beware of the following:
31
+
For more information, see [Insights output](video-indexer-output-json-v2.md).
32
+
33
+
## Considerations
34
+
35
+
-[!INCLUDE [insights](./includes/insights.md)]
36
+
- If you plan to download artifact files, beware of the following:
33
37
34
38
[!INCLUDE [artifacts](./includes/artifacts.md)]
35
39
36
-
For more information, see [Insights output](video-indexer-output-json-v2.md).
37
-
38
40
## Next steps
39
41
40
42
[Use your videos' deep insights](use-editor-create-project.md)
0 commit comments