Skip to content

Commit a58b54b

Browse files
authored
Update video-indexer-get-started.md
1 parent da3c865 commit a58b54b

File tree

1 file changed

+35
-4
lines changed

1 file changed

+35
-4
lines changed

articles/azure-video-indexer/video-indexer-get-started.md

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ ms.custom: mode-other
1313

1414
[!INCLUDE [Gate notice](./includes/face-limited-access.md)]
1515

16-
This quickstart shows you how to sign in to the Azure Video Indexer [website](https://www.videoindexer.ai/) and how to upload your first video.
16+
You can access Azure Video Indexer capabilities in three ways:
17+
18+
* Azure Video Indexer portal: An easy-to-use solution that lets you evaluate the product, manage the account, and customize models (as described in this article).
19+
* API integration: All of Azure Video Indexer's capabilities are available through a REST API, which lets you integrate the solution into your apps and infrastructure. To get started, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
20+
* Embeddable widget: Lets you embed the Azure Video Indexer insights, player, and editor experiences into your app. For more information, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
21+
22+
If you're using the website, the insights are added as metadata and are visible in the portal. If you're using APIs, the insights are available as a JSON file. This quickstart shows you how to sign in to the Azure Video Indexer [website](https://www.videoindexer.ai/) and how to upload your first video.
1723

1824
[!INCLUDE [accounts](./includes/create-accounts-intro.md)]
1925

@@ -22,6 +28,18 @@ This quickstart shows you how to sign in to the Azure Video Indexer [website](ht
2228
To start developing with Azure Video Indexer, browse to the [Azure Video Indexer](https://www.videoindexer.ai/) website and sign up.
2329

2430
Once you start using Azure Video Indexer, all your stored data and uploaded content are encrypted at rest with a Microsoft managed key.
31+
You can access Azure Video Indexer capabilities in three ways:
32+
33+
* Azure Video Indexer portal: An easy-to-use solution that lets you evaluate the product, manage the account, and customize models.
34+
35+
For more information about the portal, see [Get started with the Azure Video Indexer website](video-indexer-get-started.md).
36+
* API integration: All of Azure Video Indexer's capabilities are available through a REST API, which lets you integrate the solution into your apps and infrastructure.
37+
38+
To get started as a developer, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
39+
* Embeddable widget: Lets you embed the Azure Video Indexer insights, player, and editor experiences into your app.
40+
41+
For more information, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
42+
If you're using the website, the insights are added as metadata and are visible in the portal. If you're using APIs, the insights are available as a JSON file.
2543

2644
> [!NOTE]
2745
> Review [planned Azure Video Indexer website authenticatication changes](./release-notes.md#planned-azure-video-indexer-website-authenticatication-changes).
@@ -30,7 +48,18 @@ Once you start using Azure Video Indexer, all your stored data and uploaded cont
3048

3149
### Supported browsers
3250

33-
For more information, see [supported browsers](video-indexer-overview.md#supported-browsers).
51+
The following list shows the supported browsers that you can use for the Azure Video Indexer website and for your apps that embed the widgets. The list also shows the minimum supported browser version:
52+
53+
- Edge, version: 16
54+
- Firefox, version: 54
55+
- Chrome, version: 58
56+
- Safari, version: 11
57+
- Opera, version: 44
58+
- Opera Mobile, version: 59
59+
- Android Browser, version: 81
60+
- Samsung Browser, version: 7
61+
- Chrome for Android, version: 87
62+
- Firefox for Android, version: 83
3463

3564
### Supported file formats for Azure Video Indexer
3665

@@ -69,6 +98,8 @@ To start using the APIs, see [use APIs](video-indexer-use-apis.md)
6998

7099
## Next steps
71100

72-
For detailed introduction please visit our [introduction lab](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/IntroToVideoIndexer.md).
101+
* For the API integration, see [Use Azure Video Indexer REST API](video-indexer-use-apis.md).
102+
* To embed widgets, see [Embed visual widgets in your application](video-indexer-embed-widgets.md).
103+
* For detailed introduction, visit our [introduction lab](https://github.com/Azure-Samples/media-services-video-indexer/blob/master/IntroToVideoIndexer.md).
73104

74-
At the end of the workshop, you'll have a good understanding of the kind of information that can be extracted from video and audio content, you'll be more prepared to identify opportunities related to content intelligence, pitch video AI on Azure, and demo several scenarios on Azure Video Indexer.
105+
At the end of the workshop, you'll have a good understanding of the kind of information that can be extracted from video and audio content, you'll be more prepared to identify opportunities related to content intelligence, pitch video AI on Azure, and demo several scenarios on Azure Video Indexer.

0 commit comments

Comments
 (0)