alicloud.aligreen.OssStockTask
Explore with Pulumi AI
Import
Aligreen Oss Stock Task can be imported using the id, e.g.
$ pulumi import alicloud:aligreen/ossStockTask:OssStockTask example <id>
Create OssStockTask Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OssStockTask(name: string, args?: OssStockTaskArgs, opts?: CustomResourceOptions);
@overload
def OssStockTask(resource_name: str,
args: Optional[OssStockTaskArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OssStockTask(resource_name: str,
opts: Optional[ResourceOptions] = None,
audio_antispam_freeze_config: Optional[str] = None,
audio_auto_freeze_opened: Optional[bool] = None,
audio_max_size: Optional[int] = None,
audio_opened: Optional[bool] = None,
audio_scan_limit: Optional[int] = None,
audio_scenes: Optional[str] = None,
auto_freeze_type: Optional[str] = None,
biz_type: Optional[str] = None,
buckets: Optional[str] = None,
callback_id: Optional[int] = None,
end_date: Optional[str] = None,
image_ad_freeze_config: Optional[str] = None,
image_auto_freeze_opened: Optional[bool] = None,
image_live_freeze_config: Optional[str] = None,
image_opened: Optional[bool] = None,
image_porn_freeze_config: Optional[str] = None,
image_scan_limit: Optional[int] = None,
image_scenes: Optional[Sequence[str]] = None,
image_terrorism_freeze_config: Optional[str] = None,
scan_image_no_file_type: Optional[bool] = None,
start_date: Optional[str] = None,
video_ad_freeze_config: Optional[str] = None,
video_auto_freeze_opened: Optional[bool] = None,
video_frame_interval: Optional[int] = None,
video_live_freeze_config: Optional[str] = None,
video_max_frames: Optional[int] = None,
video_max_size: Optional[int] = None,
video_opened: Optional[bool] = None,
video_porn_freeze_config: Optional[str] = None,
video_scan_limit: Optional[int] = None,
video_scenes: Optional[str] = None,
video_terrorism_freeze_config: Optional[str] = None,
video_voice_antispam_freeze_config: Optional[str] = None)
func NewOssStockTask(ctx *Context, name string, args *OssStockTaskArgs, opts ...ResourceOption) (*OssStockTask, error)
public OssStockTask(string name, OssStockTaskArgs? args = null, CustomResourceOptions? opts = null)
public OssStockTask(String name, OssStockTaskArgs args)
public OssStockTask(String name, OssStockTaskArgs args, CustomResourceOptions options)
type: alicloud:aligreen:OssStockTask
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args OssStockTaskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args OssStockTaskArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args OssStockTaskArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args OssStockTaskArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. OssStockTaskArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ossStockTaskResource = new AliCloud.Aligreen.OssStockTask("ossStockTaskResource", new()
{
AudioAntispamFreezeConfig = "string",
AudioAutoFreezeOpened = false,
AudioMaxSize = 0,
AudioOpened = false,
AudioScanLimit = 0,
AudioScenes = "string",
AutoFreezeType = "string",
BizType = "string",
Buckets = "string",
CallbackId = 0,
EndDate = "string",
ImageAdFreezeConfig = "string",
ImageAutoFreezeOpened = false,
ImageLiveFreezeConfig = "string",
ImageOpened = false,
ImagePornFreezeConfig = "string",
ImageScanLimit = 0,
ImageScenes = new[]
{
"string",
},
ImageTerrorismFreezeConfig = "string",
ScanImageNoFileType = false,
StartDate = "string",
VideoAdFreezeConfig = "string",
VideoAutoFreezeOpened = false,
VideoFrameInterval = 0,
VideoLiveFreezeConfig = "string",
VideoMaxFrames = 0,
VideoMaxSize = 0,
VideoOpened = false,
VideoPornFreezeConfig = "string",
VideoScanLimit = 0,
VideoScenes = "string",
VideoTerrorismFreezeConfig = "string",
VideoVoiceAntispamFreezeConfig = "string",
});
example, err := aligreen.NewOssStockTask(ctx, "ossStockTaskResource", &aligreen.OssStockTaskArgs{
AudioAntispamFreezeConfig: pulumi.String("string"),
AudioAutoFreezeOpened: pulumi.Bool(false),
AudioMaxSize: pulumi.Int(0),
AudioOpened: pulumi.Bool(false),
AudioScanLimit: pulumi.Int(0),
AudioScenes: pulumi.String("string"),
AutoFreezeType: pulumi.String("string"),
BizType: pulumi.String("string"),
Buckets: pulumi.String("string"),
CallbackId: pulumi.Int(0),
EndDate: pulumi.String("string"),
ImageAdFreezeConfig: pulumi.String("string"),
ImageAutoFreezeOpened: pulumi.Bool(false),
ImageLiveFreezeConfig: pulumi.String("string"),
ImageOpened: pulumi.Bool(false),
ImagePornFreezeConfig: pulumi.String("string"),
ImageScanLimit: pulumi.Int(0),
ImageScenes: pulumi.StringArray{
pulumi.String("string"),
},
ImageTerrorismFreezeConfig: pulumi.String("string"),
ScanImageNoFileType: pulumi.Bool(false),
StartDate: pulumi.String("string"),
VideoAdFreezeConfig: pulumi.String("string"),
VideoAutoFreezeOpened: pulumi.Bool(false),
VideoFrameInterval: pulumi.Int(0),
VideoLiveFreezeConfig: pulumi.String("string"),
VideoMaxFrames: pulumi.Int(0),
VideoMaxSize: pulumi.Int(0),
VideoOpened: pulumi.Bool(false),
VideoPornFreezeConfig: pulumi.String("string"),
VideoScanLimit: pulumi.Int(0),
VideoScenes: pulumi.String("string"),
VideoTerrorismFreezeConfig: pulumi.String("string"),
VideoVoiceAntispamFreezeConfig: pulumi.String("string"),
})
var ossStockTaskResource = new OssStockTask("ossStockTaskResource", OssStockTaskArgs.builder()
.audioAntispamFreezeConfig("string")
.audioAutoFreezeOpened(false)
.audioMaxSize(0)
.audioOpened(false)
.audioScanLimit(0)
.audioScenes("string")
.autoFreezeType("string")
.bizType("string")
.buckets("string")
.callbackId(0)
.endDate("string")
.imageAdFreezeConfig("string")
.imageAutoFreezeOpened(false)
.imageLiveFreezeConfig("string")
.imageOpened(false)
.imagePornFreezeConfig("string")
.imageScanLimit(0)
.imageScenes("string")
.imageTerrorismFreezeConfig("string")
.scanImageNoFileType(false)
.startDate("string")
.videoAdFreezeConfig("string")
.videoAutoFreezeOpened(false)
.videoFrameInterval(0)
.videoLiveFreezeConfig("string")
.videoMaxFrames(0)
.videoMaxSize(0)
.videoOpened(false)
.videoPornFreezeConfig("string")
.videoScanLimit(0)
.videoScenes("string")
.videoTerrorismFreezeConfig("string")
.videoVoiceAntispamFreezeConfig("string")
.build());
oss_stock_task_resource = alicloud.aligreen.OssStockTask("ossStockTaskResource",
audio_antispam_freeze_config="string",
audio_auto_freeze_opened=False,
audio_max_size=0,
audio_opened=False,
audio_scan_limit=0,
audio_scenes="string",
auto_freeze_type="string",
biz_type="string",
buckets="string",
callback_id=0,
end_date="string",
image_ad_freeze_config="string",
image_auto_freeze_opened=False,
image_live_freeze_config="string",
image_opened=False,
image_porn_freeze_config="string",
image_scan_limit=0,
image_scenes=["string"],
image_terrorism_freeze_config="string",
scan_image_no_file_type=False,
start_date="string",
video_ad_freeze_config="string",
video_auto_freeze_opened=False,
video_frame_interval=0,
video_live_freeze_config="string",
video_max_frames=0,
video_max_size=0,
video_opened=False,
video_porn_freeze_config="string",
video_scan_limit=0,
video_scenes="string",
video_terrorism_freeze_config="string",
video_voice_antispam_freeze_config="string")
const ossStockTaskResource = new alicloud.aligreen.OssStockTask("ossStockTaskResource", {
audioAntispamFreezeConfig: "string",
audioAutoFreezeOpened: false,
audioMaxSize: 0,
audioOpened: false,
audioScanLimit: 0,
audioScenes: "string",
autoFreezeType: "string",
bizType: "string",
buckets: "string",
callbackId: 0,
endDate: "string",
imageAdFreezeConfig: "string",
imageAutoFreezeOpened: false,
imageLiveFreezeConfig: "string",
imageOpened: false,
imagePornFreezeConfig: "string",
imageScanLimit: 0,
imageScenes: ["string"],
imageTerrorismFreezeConfig: "string",
scanImageNoFileType: false,
startDate: "string",
videoAdFreezeConfig: "string",
videoAutoFreezeOpened: false,
videoFrameInterval: 0,
videoLiveFreezeConfig: "string",
videoMaxFrames: 0,
videoMaxSize: 0,
videoOpened: false,
videoPornFreezeConfig: "string",
videoScanLimit: 0,
videoScenes: "string",
videoTerrorismFreezeConfig: "string",
videoVoiceAntispamFreezeConfig: "string",
});
type: alicloud:aligreen:OssStockTask
properties:
audioAntispamFreezeConfig: string
audioAutoFreezeOpened: false
audioMaxSize: 0
audioOpened: false
audioScanLimit: 0
audioScenes: string
autoFreezeType: string
bizType: string
buckets: string
callbackId: 0
endDate: string
imageAdFreezeConfig: string
imageAutoFreezeOpened: false
imageLiveFreezeConfig: string
imageOpened: false
imagePornFreezeConfig: string
imageScanLimit: 0
imageScenes:
- string
imageTerrorismFreezeConfig: string
scanImageNoFileType: false
startDate: string
videoAdFreezeConfig: string
videoAutoFreezeOpened: false
videoFrameInterval: 0
videoLiveFreezeConfig: string
videoMaxFrames: 0
videoMaxSize: 0
videoOpened: false
videoPornFreezeConfig: string
videoScanLimit: 0
videoScenes: string
videoTerrorismFreezeConfig: string
videoVoiceAntispamFreezeConfig: string
OssStockTask Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OssStockTask resource accepts the following input properties:
- Audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- Audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- Audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- Audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- Audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- Auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- Biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- Buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- Callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- End
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- Image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- Image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- Image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- Image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- Image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- Start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- Video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- Video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- Video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- Video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- Video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- Video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- Video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- Video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- Audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- Audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- Audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- Audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- Auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- Biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- Buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- Callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- End
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- Image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- Image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- Image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- Image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- Image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- Start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- Video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- Video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- Video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- Video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- Video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- Video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- Video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- Video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio_
antispam_ freeze_ config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio_
max_ size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio_
opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio_
scan_ limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio_
scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto_
freeze_ type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz_
type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback_
id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end_
date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image_
ad_ freeze_ config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image_
live_ freeze_ config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image_
porn_ freeze_ config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
scan_ limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image_
scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image_
terrorism_ freeze_ config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan_
image_ no_ file_ type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start_
date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video_
ad_ freeze_ config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video_
frame_ interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video_
live_ freeze_ config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
max_ frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video_
max_ size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video_
opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video_
porn_ freeze_ config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video_
scan_ limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video_
scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video_
terrorism_ freeze_ config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
voice_ antispam_ freeze_ config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
Outputs
All input properties are implicitly available as output properties. Additionally, the OssStockTask resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing OssStockTask Resource
Get an existing OssStockTask resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OssStockTaskState, opts?: CustomResourceOptions): OssStockTask
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
audio_antispam_freeze_config: Optional[str] = None,
audio_auto_freeze_opened: Optional[bool] = None,
audio_max_size: Optional[int] = None,
audio_opened: Optional[bool] = None,
audio_scan_limit: Optional[int] = None,
audio_scenes: Optional[str] = None,
auto_freeze_type: Optional[str] = None,
biz_type: Optional[str] = None,
buckets: Optional[str] = None,
callback_id: Optional[int] = None,
end_date: Optional[str] = None,
image_ad_freeze_config: Optional[str] = None,
image_auto_freeze_opened: Optional[bool] = None,
image_live_freeze_config: Optional[str] = None,
image_opened: Optional[bool] = None,
image_porn_freeze_config: Optional[str] = None,
image_scan_limit: Optional[int] = None,
image_scenes: Optional[Sequence[str]] = None,
image_terrorism_freeze_config: Optional[str] = None,
scan_image_no_file_type: Optional[bool] = None,
start_date: Optional[str] = None,
video_ad_freeze_config: Optional[str] = None,
video_auto_freeze_opened: Optional[bool] = None,
video_frame_interval: Optional[int] = None,
video_live_freeze_config: Optional[str] = None,
video_max_frames: Optional[int] = None,
video_max_size: Optional[int] = None,
video_opened: Optional[bool] = None,
video_porn_freeze_config: Optional[str] = None,
video_scan_limit: Optional[int] = None,
video_scenes: Optional[str] = None,
video_terrorism_freeze_config: Optional[str] = None,
video_voice_antispam_freeze_config: Optional[str] = None) -> OssStockTask
func GetOssStockTask(ctx *Context, name string, id IDInput, state *OssStockTaskState, opts ...ResourceOption) (*OssStockTask, error)
public static OssStockTask Get(string name, Input<string> id, OssStockTaskState? state, CustomResourceOptions? opts = null)
public static OssStockTask get(String name, Output<String> id, OssStockTaskState state, CustomResourceOptions options)
resources: _: type: alicloud:aligreen:OssStockTask get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- Audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- Audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- Audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- Audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- Auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- Biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- Buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- Callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- End
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- Image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- Image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- Image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- Image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- Image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- Start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- Video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- Video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- Video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- Video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- Video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- Video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- Video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- Video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- Audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- Audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- Audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- Audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- Auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- Biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- Buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- Callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- End
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- Image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- Image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- Image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- Image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- Image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- Scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- Start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- Video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- Video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- Video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- Video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- Video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- Video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- Video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- Video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- Video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- Video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio_
antispam_ freeze_ config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio_
max_ size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio_
opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio_
scan_ limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio_
scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto_
freeze_ type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz_
type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback_
id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end_
date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image_
ad_ freeze_ config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image_
live_ freeze_ config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image_
porn_ freeze_ config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image_
scan_ limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image_
scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image_
terrorism_ freeze_ config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan_
image_ no_ file_ type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start_
date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video_
ad_ freeze_ config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
auto_ freeze_ opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video_
frame_ interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video_
live_ freeze_ config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
max_ frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video_
max_ size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video_
opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video_
porn_ freeze_ config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video_
scan_ limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video_
scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video_
terrorism_ freeze_ config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video_
voice_ antispam_ freeze_ config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- audio
Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration. Example:{"type":"suggestion","value":"block,review"}. The results are frozen according to the suggestion in the speech detection results.
- audio
Auto Freeze Opened Changes to this property will trigger replacement.
- Audio detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- audio
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single audio. 1~2048MB, the default is 200MB, more than not detected.
- audio
Opened Changes to this property will trigger replacement.
- oss stock scan task detect audio. true: scan audio, false: do not scan audio
- audio
Scan Limit Changes to this property will trigger replacement.
- The upper limit of voice scan in the oss stock scan task. The default value is 1000/Bucket.
- audio
Scenes Changes to this property will trigger replacement.
- The audio detection scenarios included in the oss stock scan task. Set the value to antispam.
- auto
Freeze Type Changes to this property will trigger replacement.
- Automatic freeze type. Value: acl: modify permissions, copy: Move files
- biz
Type Changes to this property will trigger replacement.
- Business scenarios used by the oss stock scan task
- buckets
Changes to this property will trigger replacement.
- The bucket configuration list of the oss stock scan task. Example:[{"Bucket":"bucket_01","Selected":true,"Prefixes":["img/test_"],"Type":"exclude"}]
- callback
Id Changes to this property will trigger replacement.
- The ID of the primary key of the notification message bound to the oss stock scan task.
- end
Date Changes to this property will trigger replacement.
- The end time of the file upload time range indicates the scanning of files uploaded before this time point.
- image
Ad Freeze Config Changes to this property will trigger replacement.
- Picture automatically freezes the configuration of ad scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Auto Freeze Opened Changes to this property will trigger replacement.
- Picture detection auto freeze switch. Value: true: auto freeze, false: not auto freeze.
- image
Live Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Opened Changes to this property will trigger replacement.
- oss stock scan task detect images. true: scan images, false: do not scan images
- image
Porn Freeze Config Changes to this property will trigger replacement.
- Picture automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- image
Scan Limit Changes to this property will trigger replacement.
- The upper limit for scanning images in the oss stock scan task. The default value is 10000 images per Bucket.
- image
Scenes Changes to this property will trigger replacement.
- The image moderation scenario included in the oss stock scan task.Valid values: porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection
- image
Terrorism Freeze Config Changes to this property will trigger replacement.
- The picture automatically freezes the configuration of terrorism scenes. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the picture detection result.
- scan
Image No File Type Changes to this property will trigger replacement.
- Whether the oss stock scan task detects images with file names without suffixes. true: Detect pictures with file names without suffixes, false: Do not detect pictures with file names without suffixes
- start
Date Changes to this property will trigger replacement.
- The start time of the file upload time range represents the files uploaded after scanning this time point.
- video
Ad Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of ad scenarios. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Auto Freeze Opened Changes to this property will trigger replacement.
- Video detection auto freeze switch. Value: true: automatically freeze, false: not automatically freeze.
- video
Frame Interval Changes to this property will trigger replacement.
- Resource attribute field representing the framing frequency. 1~60 seconds/frame, the default is 1 second/frame
- video
Live Freeze Config Changes to this property will trigger replacement.
- Video automatic freeze live scene configuration. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Max Frames Changes to this property will trigger replacement.
- A resource attribute field that represents the upper limit of a single video frame cut. 5 to 20000 frames, the default is 200 frames
- video
Max Size Changes to this property will trigger replacement.
- Resource property field representing the maximum size of a single video. 1~2048MB, the default is 500MB, more than not detected.
- video
Opened Changes to this property will trigger replacement.
- oss stock scan task detect video. true: scan video, false: do not scan video
- video
Porn Freeze Config Changes to this property will trigger replacement.
- Video automatic freezing porn scene configuration. Example: {"type": "suggestion", "value": "block,review"}. The result will be frozen according to the suggestion in the video detection result.
- video
Scan Limit Changes to this property will trigger replacement.
- The upper limit of video scanning in the oss stock scan task. The default value is 1000/Bucket.
- video
Scenes Changes to this property will trigger replacement.
- The video detection scenarios included in the oss stock scan task. porn: pornography detection terrorism: terrorist content detection ad: ad violation detection live: undesirable scene detection antispam: Video voice antispam
- video
Terrorism Freeze Config Changes to this property will trigger replacement.
- The video automatically freezes the configuration of terrorism scenes. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
- video
Voice Antispam Freeze Config Changes to this property will trigger replacement.
- Voice auto freeze configuration in video. Example:{"type":"suggestion","value":"block,review"}. The results will be frozen according to the suggestion in the video detection results.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.