tencent cloud

Video on Demand

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Overview
Product Features
Features
Strengths
Scenarios
Solutions
Professional Edition
Introduction to Video On Demand Professional Edition
Quick Start
Console Guide
Development Guide
Purchase Guide
Billing Overview
Billing Modes
Purchase Guide
Viewing Bills
Renewal
Overdue Policy
Refund Policy
Getting Started
Console Guide
Console Overview
Service Overview
Application Management
Media Management
Package Management
License Management
Real-Time Log Analysis
Practical Tutorial
Media Upload
Smart Cold Storage of VOD Media Asset Files
Video Processing
Distribution and Playback
How to Receive Event Notification
How to Migrate Files from Origin Server to VOD
Live Recording
How to Pull from Custom Origin Servers
How to Use EdgeOne to Distribute Content in VOD
Development Guide
Media Upload
Media Processing
Video AI
Event Notification
Video Playback
Media Encryption and Copyright Protection
Broadcast Channel
CAM
Media File Download
Subapplication System
Error Codes
Player SDK
Overview
Basic Concepts
Features
Free Demo
Free Trial License
Purchase Guide
SDK Download
Licenses
Player Guide
Integration (UI Included)
Integration (No UI)
Advanced Features
API Documentation
Player Adapter
Player SDK Policy
Server APIs
History
Introduction
API Category
Other APIs
Media Processing APIs
Task Management APIs
Media Upload APIs
Media Management APIs
Event Notification Relevant API
Media Categorization APIs
Domain Name Management APIs
Distribution APIs
AI-based Sample Management APIs
Region Management APIs
Data Statistics APIs
Carousel-Related APIs
Just In Time Transcode APIs
No longer recommended APIs
Making API Requests
AI-based image processing APIs
Parameter Template APIs
Task Flow APIs
Data Types
Error Codes
Video on Demand API 2024-07-18
FAQs
Mobile Playback
Fees
Video Upload
Video Publishing
Video Playback
Web Playback
Full Screen Playback
Statistics
Access Management
Cold Storage
Agreements
Service Level Agreement
VOD Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Labeling and Categorization

PDF
Focus Mode
Font Size
Last updated: 2024-10-16 17:14:48

Overview

The labeling and categorization feature performs structured analysis on various dimensions, including people, behavior, speech, text, objects, and scenes in audios/videos to generate high-accuracy audio/video labels, frame-specific labels, and audio/video categories automatically.
Feature
Description
Audio/Video labeling
Audio/Video labeling gives suggestions on the labels that can be added to an audio/video. Currently, it supports over 3,000 labels such as game, vehicle, musician, race car, pet, drum, bike, World of Warcraft, computer, and school, and it supports categories like people, event, scene, objects, landscape, food, animals.
Frame-specific labeling
Frame-specific labeling automatically recognizes labels in the video frames captured at the custom frame capturing interval, and locates the labels in the video. Frame labels are divided into nine categories, such as people, landscape, artificial object, building, plant, animal, and food, covering various aspects of daily life.
Audio/Video categorization
Audio/Video categorization gives suggestions on which category an audio/video should belong to. There are currently over twenty categories, such as car, parenting, fashion and entertainment, game, military, technology, politics, animals, food, sports, travel, animation, dance, music, television, variety show, host, political news, international news, and social news.
The labeling and categorization feature helps you efficiently manage media resources and can be used to give personalized audio/video recommendations.

Use cases

Scenario
Description
Media resource management
Users can search for media resources on audio/video platforms by category and label, greatly improving the search efficiency.
Audio/Video creation
Audio/Video creators can quickly search for materials by category or by label, helping them create content more efficiently.
Personalized audio/video recommendations
Short video platforms, e-commerce platforms, and social media applications can push media content that precisely matches users' preferences. This not only helps increase the clicks of the media content on platforms but also allows users to more easily find the content they are interested in.
TV cataloging
The TV industry can use the labeling and categorization feature of VOD to efficiently manage massive amounts of video content. Based on the recognized labels and categories, it's easier to archive and search for videos.

How to Use

Audio/Video labeling, frame-specific labeling, and audio/video categorization are enabled by the intelligent labeling, intelligent labeling by frame, and intelligent categorization capabilities of Video Content Analysis. To use the features, follow the steps below:
1. Create an audio/video content analysis template and configure intelligent labeling (TagConfigure), intelligent labeling by frame (FrameTagConfigure), and intelligent categorization (ClassificationConfigure) as needed. For example, in the following API call, all three labeling and categorization features are enabled, and the interval for frame-specific labeling is set to three seconds.
{
"TagConfigure": {
"Switch": "ON"
},
"FrameTagConfigure": {
"Switch": "ON",
"ScreenshotInterval": 3
},
"ClassificationConfigure": {
"Switch": "ON"
}
}
Get the template ID from the response. If you intend to enable all three labeling and categorization features, you can also use our preset content analysis template whose ID is 20.
2. Initiate a labeling and categorization task with the template ID obtained in step 1 as instructed in Video Content Analysis.
3. Get the task result as instructed in Video Content Analysis.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback