Skip to content

Commit bcccfb9

Browse files
authored
Merge pull request #222644 from Juliako/deprecate_announcement
announcement
2 parents 80159ec + 7d8ebf1 commit bcccfb9

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.author: juliako
1212

1313
# Use the animated character detection with portal and API
1414

15+
[!INCLUDE [announcement](./includes/deprecation-announcement.md)]
16+
1517
Azure Video Indexer supports detection, grouping, and recognition of characters in animated content, this functionality is available through the Azure portal and through API. Review [this overview](animated-characters-recognition.md) article.
1618

1719
This article demonstrates to how to use the animated character detection with the Azure portal and the Azure Video Indexer API.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.author: juliako
77
---
88
# Animated character detection
99

10+
[!INCLUDE [announcement](./includes/deprecation-announcement.md)]
11+
1012
Azure Video Indexer supports detection, grouping, and recognition of characters in animated content via integration with [Cognitive Services custom vision](https://azure.microsoft.com/services/cognitive-services/custom-vision-service/). This functionality is available both through the portal and through the API.
1113

1214
After uploading an animated video with a specific animation model, Azure Video Indexer extracts keyframes, detects animated characters in these frames, groups similar character, and chooses the best sample. Then, it sends the grouped characters to Custom Vision that identifies characters based on the models it was trained on.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
> [!IMPORTANT]
2+
> The [Animation character recognition](../animated-characters-recognition.md) model will be retired on March 1st, 2023. For any related issues, [open a support ticket](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview) via the Azure portal.
3+

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ ms.author: juliako
1313
1414
To stay up-to-date with the most recent Azure Video Indexer developments, this article provides you with information about:
1515

16-
<!--* [Important notice](#upcoming-critical-changes) about planned changes-->
16+
* [Important notice](#important-notice) about planned changes
1717
* The latest releases
1818
* Known issues
1919
* Bug fixes
2020
* Deprecated functionality
2121

22+
## Important notice
23+
24+
[!INCLUDE [announcement](./includes/deprecation-announcement.md)]
25+
2226
## November 2022
2327

2428
### Speakers' names can now be edited from the Azure Video Indexer website

articles/azure-video-indexer/video-indexer-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Unless specified otherwise, a model is generally available.
5252
* **Black frame detection**: Identifies black frames presented in the video.
5353
* **Keyframe extraction**: Detects stable keyframes in a video.
5454
* **Rolling credits**: Identifies the beginning and end of the rolling credits in the end of TV shows and movies.
55-
* **Animated characters detection** : Detects, groups, and recognizes characters in animated content via integration with [Cognitive Services custom vision](https://azure.microsoft.com/services/cognitive-services/custom-vision-service/). For more information, see [Animated character detection](animated-characters-recognition.md).
5655
* **Editorial shot type detection**: Tags shots based on their type (like wide shot, medium shot, close up, extreme close up, two shot, multiple people, outdoor and indoor, and so on). For more information, see [Editorial shot type detection](scenes-shots-keyframes.md#editorial-shot-type-detection).
5756
* **Observed people tracking** (preview): Detects observed people in videos and provides information such as the location of the person in the video frame (using bounding boxes) and the exact timestamp (start, end) and confidence when a person appears. For more information, see [Trace observed people in a video](observed-people-tracing.md).
5857
* **People's detected clothing** (preview): Detects the clothing types of people appearing in the video and provides information such as long or short sleeves, long or short pants and skirt or dress. The detected clothing is associated with the people wearing it and the exact timestamp (start, end) along with a confidence level for the detection are provided. For more information, see [detected clothing](detected-clothing.md).

0 commit comments

Comments
 (0)