Skip to content

Commit 01708d1

Browse files
authored
Merge pull request #211483 from Juliako/patch-22
Update language-support.md
2 parents 247a907 + 486ef1d commit 01708d1

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

articles/azure-video-indexer/language-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Juliako
55
manager: femila
66
ms.topic: conceptual
77
ms.author: juliako
8-
ms.date: 04/07/2022
8+
ms.date: 09/14/2022
99
---
1010

1111
# Language support in Azure Video Indexer
@@ -100,9 +100,9 @@ This section describes language support in Azure Video Indexer.
100100
| Thai | `th-TH` || | |||
101101
| Tongan | `to-TO` | | | || |
102102
| Turkish | `tr-TR` || | |||
103-
| Ukrainian | `uk-UA` | | | || |
103+
| Ukrainian | `uk-UA` | | | || |
104104
| Urdu | `ur-PK` | | | || |
105-
| Vietnamese | `vi-VN` | | | || |
105+
| Vietnamese | `vi-VN` | | | || |
106106

107107
## Language support in frontend experiences
108108

@@ -182,9 +182,9 @@ The following table describes language support in the Azure Video Indexer fronte
182182
| Thai | `th-TH` | ||
183183
| Tongan | `to-TO` | ||
184184
| Turkish | `tr-TR` |||
185-
| Ukrainian | `uk-UA` | ||
185+
| Ukrainian | `uk-UA` | ||
186186
| Urdu | `ur-PK` | ||
187-
| Vietnamese | `vi-VN` | ||
187+
| Vietnamese | `vi-VN` | ||
188188

189189

190190
## Next steps

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Video Indexer release notes | Microsoft Docs
33
description: To stay up-to-date with the most recent developments, this article provides you with the latest updates on Azure Video Indexer.
44
ms.topic: article
55
ms.custom: references_regions
6-
ms.date: 09/08/2022
6+
ms.date: 09/15/2022
77
ms.author: juliako
88
---
99

@@ -41,6 +41,36 @@ 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+
### Azure Monitor integration enabling indexing logs
47+
48+
Azure Video Indexer now supports Diagnostics settings for indexing events. Users 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.
49+
50+
The new set of Logs allows users to better monitor their indexing pipeline.
51+
52+
### General availability of Azure Resource Management (ARM)
53+
54+
With the ARM-based [paid (unlimited)](accounts-overview.md) account you are able to use:
55+
56+
- The [Azure role-based access control (RBAC)](../role-based-access-control/overview.md).
57+
- 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).
58+
- Scale and automate your [deployment with ARM-template](deploy-with-arm-template.md), [bicep](deploy-with-bicep.md) or terraform.
59+
60+
To create an ARM-based account, see [create an account](create-account-portal.md).
61+
62+
### New source languages support for STT, translation, and search
63+
64+
Now supporting source languages for STT (speech-to-text), translation, and search in Ukraine and Vietnamese. It means transcription, translation, and search features are also supported for these languages in Azure Video Indexer web applications, widgets and APIs.
65+
66+
For more information, see [supported languages](language-support.md).
67+
68+
### Expanded supported languages in LID and MLID through the API
69+
70+
We expanded the list of the supported languages in LID (language identification) and MLID (multi language identification) using APIs.
71+
72+
For more information, see [supported languages](language-support.md).
73+
4474
## August 2022
4575

4676
### Update topic inferencing model

0 commit comments

Comments
 (0)