Skip to content

Commit 8ef1c7c

Browse files
authored
Merge pull request #197999 from Juliako/reseasenotes
May notes
2 parents bcde709 + 5a2faca commit 8ef1c7c

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

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

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Video Indexer (formerly Azure Video Analyzer for Media) release not
33
description: To stay up-to-date with the most recent developments, this article provides you with the latest updates on Azure Video Indexer (formerly Azure Video Analyzer for Media).
44
ms.topic: article
55
ms.custom: references_regions
6-
ms.date: 04/27/2022
6+
ms.date: 05/12/2022
77
ms.author: juliako
88
---
99

@@ -41,7 +41,35 @@ 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-
## April 2022 release updates
44+
## May 2022 release updates
45+
46+
### Line breaking in transcripts
47+
48+
Improved line break logic to better split transcript into sentences.
49+
50+
### Azure Monitor integration
51+
52+
Azure Video Indexer now supports Diagnostics settings for Audit events. Logs of Audit events can now be exported through diagnostics settings to Azure Log Analytics, Storage, Event Hubs, or a third-party solution.
53+
54+
The additions enable easier access to analyze the data, monitor resource operation, and create automatically flows to act on an event. For more information, see [Monitor Azure Video Indexer]().
55+
56+
### Video Insights improvements
57+
58+
Object Character Reader (OCR) is improved by 60%. Face Detection is improved by 20%. Label accuracy is improved by 30% over a wide variety of videos. These improvements are available immediately in all regions and do not require any changes by the customer.
59+
60+
### Service tag
61+
62+
Azure Video Indexer is now part of [Network Service Tags](network-security.md). Video Indexer often needs to access other Azure resources (for example, Storage). If you secure your inbound traffic to your resources with a Network Security Group you can now select Video Indexer as part of the built-in Service Tags. This will simplify security management as we populate the Service Tag with our public IPs.
63+
64+
### Celebrity recognition toggle
65+
66+
You can now enable or disable the celebrity recognition model on the account level (on classic account only). To turn on or off the model, go to the account settings > and toggle on/off the model. Once you disable the model, Video Indexer insights will not include the output of celebrity model and will not run the celebrity model pipeline.
67+
68+
### Azure Video Indexer repository Name
69+
70+
As of May 1st, our new updated repository of Azure Video Indexer widget was renamed. Use https://www.npmjs.com/package/@azure/video-indexer-widgets instead
71+
72+
## April 2022
4573

4674
### Renamed **Azure Video Analyzer for Media** back to **Azure Video Indexer**
4775

@@ -239,7 +267,7 @@ You can now create an Azure Video Indexer paid account in the US North Central,
239267

240268
### New source languages support for speech-to-text (STT), translation and search
241269

242-
Azure Video Indexer now support STT, translation and search in Danish ('da-DK'), Norwegian('nb-NO'), Swedish('sv-SE'), Finnish('fi-FI'), Canadian French ('fr-CA'), Thai('th-TH'), Arabic ('ar-BH', 'ar-EG', 'ar-IQ', 'ar-JO', 'ar-KW', 'ar-LB', 'ar-OM', 'ar-QA', 'ar-S', and 'ar-SY'), and Turkish('tr-TR'). Those languages are available in both API and Azure Video Indexer website.
270+
Azure Video Indexer now supports STT, translation and search in Danish ('da-DK'), Norwegian('nb-NO'), Swedish('sv-SE'), Finnish('fi-FI'), Canadian French ('fr-CA'), Thai('th-TH'), Arabic ('ar-BH', 'ar-EG', 'ar-IQ', 'ar-JO', 'ar-KW', 'ar-LB', 'ar-OM', 'ar-QA', 'ar-S', and 'ar-SY'), and Turkish('tr-TR'). Those languages are available in both API and Azure Video Indexer website.
243271

244272
### Search by Topic in Azure Video Indexer Website
245273

@@ -285,7 +313,7 @@ You can now create an Azure Video Indexer paid account in the India Central regi
285313

286314
### New Dark Mode for the Azure Video Indexer website experience
287315

288-
The Azure Video Indexer website experiences is now available in dark mode.
316+
The Azure Video Indexer website experience is now available in dark mode.
289317
To enable the dark mode open the settings panel and toggle on the **Dark Mode** option.
290318

291319
:::image type="content" source="./media/release-notes/dark-mode.png" alt-text="Dark mode setting":::
@@ -322,7 +350,7 @@ The Azure Video Indexer website experience is now supporting mobile devices. The
322350

323351
### Accessibility improvements and bug fixes
324352

325-
As part of WCAG (Web Content Accessibility guidelines), the Azure Video Indexer website experiences is aligned with grade C, as part of Microsoft Accessibility standards. Several bugs and improvements related to keyboard navigation, programmatic access, and screen reader were solved.
353+
As part of WCAG (Web Content Accessibility guidelines), the Azure Video Indexer website experience is aligned with grade C, as part of Microsoft Accessibility standards. Several bugs and improvements related to keyboard navigation, programmatic access, and screen reader were solved.
326354

327355
## July 2020
328356

0 commit comments

Comments
 (0)