tencent cloud

Cloud Infinite

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Product Overview
Product Strengths
Use Cases
Feature Overview
Regions and Domains
Specifications and Limits
Billing
Billing Overview
Billing Mode
Billable Items
Free Tier
Payment Overdue
Viewing Bill Details
FAQs
Getting Started
Registering and Logging In
Bind Bucket
Uploading and Processing File
Downloading and Deleting Images
Unbinding Buckets
Using CI via COS
Features
Image Processing
Media Processing
Content Moderation
AI Content Recognition
File Processing
Smart Voice
File processing
User Guide
Overview
Bucket Management
Smart Toolbox
Job and Workflow
Data Monitoring
Usage statistics
Use Cases
Copyright Protection Solutions
Image Processing Practices
Working with API Authorization Policies
Workflow Practices
API Documentation
API Overview
Structure
Common Request Headers
Common Response Headers
Activate Vast Service
Image Processing
AI-Based Content Recognition
Smart Audio
Media Processing
Content Moderation
Document Processing
File Processing
Job and Workflow
Cloud Virus Detection
Error Codes
Request Signature
SDK Documentation
SDK Overview
Android SDK
iOS SDK
COS Android SDK
C SDK
C++ SDK
.NET(C#) SDK
Go SDK
COS iOS SDK
Java SDK
JavaScript SDK
Node.js SDK
PHP SDK
Python SDK
Mini Program SDK
Personal Information Protection Policy for SDK
Security and Compliance
Permission ‍Management
FAQs
Basic Settings
Document Processing
Media Processing
Content Recognition
Smart Audio
Agreements
Service Level Agreement
Contact Us
Glossary

Setting Audio Moderation

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2025-11-20 14:25:29

Overview

This document describes how to use the audio moderation feature in the console to check audio content for pornographic, illegal, and advertising information.
After you configure automatic audio moderation, new audios uploaded to a bucket will be automatically moderated, and the identified non-compliant content can be automatically blocked (by denying public read access to the content).
You can also moderate existing audios stored in COS. For more information, see Setting Historical Data Moderation Job .
Note:
Audio moderation is a paid feature.
Supported audio formats: MP3, WAV, AAC, FLAC, AMR, 3GP, M4A, WMA, OGG, APE.
Supported audio bitrate: 128–256 Kbps.
Supported audio size: < 600 MB.
Maximum duration: 3 hours.
Audio moderation can recognize Mandarin and English.

Operation Process





Directions

1. Log in to the CI console. On the Bucket Management page, select the target bucket to enter the bucket management page.
2. On the left sidebar, select Sensitive Content Moderation > Automatic Moderation Configuration and click Audio Moderation.
3. Click Add Automatic Audio Moderation Configuration and set the following configuration items:
Moderation Scope: Select the scope of audio files to be moderated, which can be the entire bucket, a specific directory, or a specific file prefix.
Moderation Suffix: The following audio formats can be moderated: MP3, WAV, AAC, FLAC, AMR, 3GP, M4A, WMA, OGG, and APE. You can select multiple formats.
Moderation Policy: Select a moderation policy. You can create different policies for refined moderation. If no policies have been configured, the default policy will be used. Moderation scene options include Pornographic, Illegal, and Advertisement, and you can select one or multiple options. For detailed directions on how to configure a moderation policy, see Setting Moderation Policy.
Moderation Scene: It displays the scene that you configure in the moderation policy. You can select the target scene as needed.
Restricted File Block: You can enable this service to authorize CI to perform automatic or manual moderation and block the identified non-compliant files by denying public read access to them. After enabling this service, you need to select the block type and score range of audios to be blocked.
Block Type: You can select a block type and mechanism. Machine moderation and block is selected by default. If you select Manual review freeze, TenDI's professional team will review suspiciously sensitive audios identified during machine moderation. You can select the audio score range for blocking (by specifying an integer between 60 and 100; the greater the score, the more sensitive the audio).
Callback: After callback is enabled, you will receive moderation results. You need to select the moderation type and callback content and set the callback URL. For more information, see Callback Content.
4. After completing the configuration, click Save. Audio files uploaded subsequently will be moderated. To moderate historical data, see Setting Historical Data Moderation Task.

Callback Content

If you enable callback, after audio moderation is completed, the system will send the following callback message to the callback URL:
{
"code":0,
"message":"success",
"data":{
"url":"",
"result":1,
"forbidden_status":1,
"trace_id":"",
"porn_info":{
"hit_flag":1,
"score":91,
"label":""
},
"ads_info":{
"hit_flag":0,
"score":0,
"label":""
}
}
}
Parameter
Description
Type
Required
forbidden_status
Block status. Valid values: 0 (normal); 1 (blocked).
Int
Yes
porn_info
Porn detection information, including moderation result, score, and detailed tags.
json
Yes
ads_info
Ad detection information, including moderation result, score, and detailed tags.
json
Yes
result
Recognition result for reference. Valid values: 0 (normal), 1 (sensitive), 2 (suspiciously sensitive).
Int
Yes
trace_id
jobid of the submitted moderation job.
String
Yes
url
The URL of the uploaded resource, including the domain name.
String
Yes
The moderation information (porn_info and ads_info) has the following sub-nodes:
Parameter
Description
Type
Required
hit_flag
Whether the moderation type is hit. Valid values: 0 (miss), 1 (hit), and 2 (suspected).
Int
Yes
label
Recognized audio tag.
String
Yes
score
Moderation score. Valid value ranges: 0–60 (normal); 60–90 (suspiciously sensitive); 90–100 (sensitive).
Int
Yes

Notes

1. Audio moderation adopts a scoring mechanism, with a score between 0 and 100 returned for each audio.
2. The confirmed part refers to the audios that are confirmed to be normal or sensitive (with a score in the range of [0,60] or (90,100]). For such audios, no manual intervention is required.
3. The uncertain part refers to the audios that are suspected to be sensitive (with a score in the range of (60,90]). For such audios, manual moderation is recommended.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan