Skip to content

Commit 268fa75

Browse files
authored
Merge pull request #213480 from Juliako/patch-28
Update release-notes.md
2 parents 21f41f6 + 9dfdb5e commit 268fa75

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/azure-video-indexer/release-notes.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,7 @@ In order to upload a video from a URL, change your code to send nu
4141
var uploadRequestResult = await client.PostAsync($"{apiUrl}/{accountInfo.Location}/Accounts/{accountInfo.Id}/Videos?{queryParams}"null);
4242
```
4343

44-
## September 2022
45-
46-
### General availability of ARM-based accounts
47-
48-
With an Azure Resource Management (ARM) based [paid (unlimited)](accounts-overview.md) account you are able to use:
49-
50-
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
51-
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
52-
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
53-
- [Create logic apps connector for ARM-based accounts](logic-apps-connector-arm-accounts.md).
54-
55-
To create an ARM-based account, see [create an account](create-account-portal.md).
44+
## October 2022
5645

5746
### Slate detection insights (preview)
5847

@@ -70,9 +59,9 @@ Now supporting source languages for STT (speech-to-text), translation, and searc
7059

7160
For more information, see [supported languages](language-support.md).
7261

73-
### Edit the name speakers in the transcription
62+
### Edit the name speakers in the transcription through the API
7463

75-
You can now use the [Azure Video Indexer website](https://www.videoindexer.ai/) to edit the name of the speakers in the transcription.
64+
You can now edit the name of the speakers in the transcription using the Azure Video Indexer API.
7665

7766
### Word level time annotation with confidence score
7867

@@ -86,16 +75,27 @@ The new set of logs, described below, enables you to better monitor your indexin
8675

8776
Azure Video Indexer now supports Diagnostics settings for indexing events. You can now export logs monitoring upload, and re-indexing of media files through diagnostics settings to Azure Log Analytics, Storage, Event Hubs, or a third-party solution.
8877

89-
### Expanded the supported languages in LID and MLID through the API
90-
91-
We expanded the list of the languages to be supported in LID (language identification) and MLID (multi language Identification) using APIs.
78+
## Expanded supported languages in LID and MLID through the API
9279

93-
For more information, see [supported languages](language-support.md).
80+
We expanded the languages supported in LID (language identification) and MLID (multi language Identification) using the Azure Video Indexer API.
9481

9582
### Configure confidence level in a person model with an API
9683

9784
Use the [Patch person model](https://api-portal.videoindexer.ai/api-details#api=Operations&operation=Patch-Person-Model) API to configure the confidence level for face recognition within a person model.
9885

86+
## September 2022
87+
88+
### General availability of ARM-based accounts
89+
90+
With an Azure Resource Management (ARM) based [paid (unlimited)](accounts-overview.md) accounts, you are able to use:
91+
92+
- [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
93+
- Managed Identity to better secure the communication between your Azure Media Services and Azure Video Indexer account, Network Service Tags, and native integration with Azure Monitor to monitor your account (audit and indexing logs).
94+
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
95+
- [Create logic apps connector for ARM-based accounts](logic-apps-connector-arm-accounts.md).
96+
97+
To create an ARM-based account, see [create an account](create-account-portal.md).
98+
9999
## August 2022
100100

101101
### Update topic inferencing model

0 commit comments

Comments
 (0)