Skip to content

Commit 9fd4288

Browse files
authored
Merge pull request #204529 from Juliako/fixservicenames
fix service names
2 parents f997e5a + 98a6aba commit 9fd4288

12 files changed

+45
-57
lines changed

articles/azure-video-indexer/animated-characters-recognition-how-to.md

Lines changed: 37 additions & 38 deletions
Large diffs are not rendered by default.

articles/azure-video-indexer/create-account-portal.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ Search for **Microsoft.Media** and **Microsoft.EventGrid**. If not in the "Regis
4141

4242
1. Sign into the [Azure portal](https://portal.azure.com/).
4343
1. Using the search bar at the top, enter **"Azure Video Indexer"**.
44-
1. Select on *Azure Video Indexer* under *Services*.
44+
1. Select *Azure Video Indexer* under *Services*.
4545

4646
![Image of search bar](media/create-account-portal/search-bar.png)
47-
4847
1. Select **Create**.
4948
1. In the **Create an Azure Video Indexer resource** section enter required values.
5049

@@ -71,15 +70,15 @@ You can use the Azure portal to validate the Azure Video Indexer account and oth
7170

7271
![Image of Azure Video Indexer overview blade.](media/create-account-portal/avi-overview.png)
7372

74-
Select on *Explore Azure Video Indexer's portal* to view your new account on the [Azure Video Indexer portal](https://aka.ms/vi-portal-link).
73+
Select *Explore Azure Video Indexer's portal* to view your new account on the [Azure Video Indexer portal](https://aka.ms/vi-portal-link).
7574

7675
#### Unique essentials
76+
7777
|Name|Description|
7878
|---|---|
7979
|Status| When the resource is connected properly, status is **Active**. When there's a problem with the connection between the managed identity and the Media Service instance status will be *Connection to Azure Media Services failed*. Contributor role assignment on the Media Services should be added to the proper managed identity.|
8080
|Managed identity |The name of the default managed identity, user-assigned or system-assigned. The default managed identity can be updated using the *Change* button.|
8181

82-
8382
### Management API
8483

8584
![Image of Generate-access-token.](media/create-account-portal/generate-access-token.png)

articles/azure-video-indexer/customize-brands-model-with-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize a Brands model with Azure Video Indexer API
33
description: Learn how to customize a Brands model with the Azure Video Indexer API.
4-
services: azure-video-analyzer
54
author: anikaz
65
manager: johndeu
76
ms.topic: article

articles/azure-video-indexer/customize-brands-model-with-website.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize a Brands model with the Azure Video Indexer website
33
description: Learn how to customize a Brands model with the Azure Video Indexer website.
4-
services: azure-video-analyzer
54
author: anikaz
65
manager: johndeu
76
ms.topic: article
@@ -16,12 +15,12 @@ Azure Video Indexer supports brand detection from speech and visual text during
1615
A custom Brands model allows you to:
1716

1817
- select if you want Azure Video Indexer to detect brands from the Bing brands database.
19-
- select if you want Azure Video Indexer to exclude certain brands from being detected (essentially creating a deny list of brands).
18+
- select if you want Azure Video Indexer to exclude certain brands from being detected (essentially creating a blocklist of brands).
2019
- select if you want Azure Video Indexer to include brands that should be part of your model that might not be in Bing's brands database (essentially creating an accept list of brands).
2120

2221
For a detailed overview, see this [Overview](customize-brands-model-overview.md).
2322

24-
You can use the Azure Video Indexer website to create, use, and edit custom Brands models detected in a video, as described in this topic. You can also use the API, as described in [Customize Brands model using APIs](customize-brands-model-with-api.md).
23+
You can use the Azure Video Indexer website to create, use, and edit custom Brands models detected in a video, as described in this article. You can also use the API, as described in [Customize Brands model using APIs](customize-brands-model-with-api.md).
2524

2625
> [!NOTE]
2726
> If your video was indexed prior to adding a brand, you need to reindex it. You will find **Re-index** item in the drop-down menu associated with the video. Select **Advanced options** -> **Brand categories** and check **All brands**.

articles/azure-video-indexer/customize-language-model-with-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize a Language model with Azure Video Indexer API
33
description: Learn how to customize a Language model with the Azure Video Indexer API.
4-
services: azure-video-analyzer
54
author: anikaz
65
manager: johndeu
76
ms.topic: article

articles/azure-video-indexer/customize-language-model-with-website.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize Language model with Azure Video Indexer website
33
description: Learn how to customize a Language model with the Azure Video Indexer website.
4-
services: azure-video-analyzer
54
author: anikaz
65
manager: johndeu
76
ms.topic: article

articles/azure-video-indexer/customize-person-model-with-api.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize a Person model with Azure Video Indexer API
33
description: Learn how to customize a Person model with the Azure Video Indexer API.
4-
services: azure-video-analyzer
54
author: anikaz
65
manager: johndeu
76
ms.topic: article

articles/azure-video-indexer/customize-person-model-with-website.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Customize a Person model with Azure Video Indexer website
33
description: Learn how to customize a Person model with the Azure Video Indexer website.
4-
services: azure-video-analyzer
54
author: Juliako
65
manager: femila
76
ms.topic: article
@@ -13,7 +12,7 @@ ms.author: juliako
1312

1413
Azure Video Indexer supports celebrity recognition for video content. The celebrity recognition feature covers approximately one million faces based on commonly requested data source such as IMDB, Wikipedia, and top LinkedIn influencers. For a detailed overview, see [Customize a Person model in Azure Video Indexer](customize-person-model-overview.md).
1514

16-
You can use the Azure Video Indexer website to edit faces that were detected in a video, as described in this topic. You can also use the API, as described in [Customize a Person model using APIs](customize-person-model-with-api.md).
15+
You can use the Azure Video Indexer website to edit faces that were detected in a video, as described in this article. You can also use the API, as described in [Customize a Person model using APIs](customize-person-model-with-api.md).
1716

1817
## Central management of Person models in your account
1918

@@ -52,7 +51,7 @@ You can use the Azure Video Indexer website to edit faces that were detected in
5251

5352
You can then choose from your file explorer or drag and drop the face images of the face. Azure Video Indexer will take all standard image file types (ex: JPG, PNG, and more).
5453

55-
Azure Video Indexer can detect occurrences of this person in the future videos that you index and the current videos that you had already indexed, using the Person model to which you added this new face to. Recognition of the person in your current videos might take some time to take effect, as this is a batch process.
54+
Azure Video Indexer can detect occurrences of this person in the future videos that you index and the current videos that you had already indexed, using the Person model to which you added this new face. Recognition of the person in your current videos might take some time to take effect, as this is a batch process.
5655

5756
## Rename a Person model
5857

@@ -128,7 +127,7 @@ If you don't specify a Person model during the upload, Azure Video Indexer will
128127

129128
## Use a Person model to reindex a video
130129

131-
To use a Person model to reindex a video in your collection, go to your account videos on the Azure Video Indexer home page and hover over the name of the video that you want to reindex.
130+
To use a Person model to reindex a video in your collection, go to your account videos on the Azure Video Indexer home page, and hover over the name of the video that you want to reindex.
132131

133132
You see options to edit, delete, and reindex your video.
134133

articles/azure-video-indexer/multi-language-identification-transcription.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Automatically identify and transcribe multi-language content with Azure Video Indexer
33
description: This topic demonstrates how to automatically identify and transcribe multi-language content with Azure Video Indexer.
4-
services: azure-video-analyzer
54
author: Juliako
65
manager: femila
76
ms.topic: article

articles/azure-video-indexer/regions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Regions in which Azure Video Indexer is available
33
description: This article talks about Azure regions in which Azure Video Indexer is available.
4-
services: azure-video-analyzer
54
author: Juliako
65
manager: femila
76
ms.topic: article

0 commit comments

Comments
 (0)