Skip to content

Commit 647de67

Browse files
authored
Merge pull request #213634 from Juliako/edit
updated view and edit
2 parents a85dcb1 + c260e26 commit 647de67

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

articles/azure-video-indexer/concepts-overview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ ms.author: juliako
1010

1111
This article gives a brief overview of Azure Video Indexer terminology and concepts.
1212

13+
## Artifact files
14+
15+
If you plan to download artifact files, beware of the following:
16+
17+
[!INCLUDE [artifacts](./includes/artifacts.md)]
18+
1319
## Confidence scores
1420

1521
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:

articles/azure-video-indexer/includes/insights.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ ms.date: 06/02/2022
66
ms.author: juliako
77
---
88

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).
158 KB
Loading

articles/azure-video-indexer/video-indexer-view-edit.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: juliako
1010

1111
# View and edit Azure Video Indexer insights
1212

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.
1414

1515
1. Browse to the [Azure Video Indexer](https://www.videoindexer.ai/) website and sign in.
1616
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
1919
The page shows the video's insights.
2020

2121
![Insights](./media/video-indexer-view-edit/video-indexer-summarized-insights.png)
22-
4. View the insights of the video.
22+
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.
2323

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.
2525

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":::
2928

3029
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).
3130

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:
3337

3438
[!INCLUDE [artifacts](./includes/artifacts.md)]
3539

36-
For more information, see [Insights output](video-indexer-output-json-v2.md).
37-
3840
## Next steps
3941

4042
[Use your videos' deep insights](use-editor-create-project.md)

0 commit comments

Comments
 (0)