public class ImsClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
ImsClient(Credential credential,
String region) |
ImsClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
DescribeImageStatResponse |
DescribeImageStat(DescribeImageStatRequest req)
控制台识别统计
|
DescribeImsListResponse |
DescribeImsList(DescribeImsListRequest req)
图片机器审核明细
|
ImageModerationResponse |
ImageModeration(ImageModerationRequest req)
图片内容检测服务(Image Moderation, IM)能自动扫描图片,识别可能令人反感、不安全或不适宜的内容,同时支持用户配置图片黑名单,打击自定义识别类型的图片。
关于版本迭代的描述
|
call, callOctetStream, getClientProfile, getCredential, getRegion, internalRequest, retry, setClientProfile, setCredential, setRegion
public ImsClient(Credential credential, String region)
public ImsClient(Credential credential, String region, ClientProfile profile)
public DescribeImageStatResponse DescribeImageStat(DescribeImageStatRequest req) throws TencentCloudSDKException
req
- DescribeImageStatRequestTencentCloudSDKException
public DescribeImsListResponse DescribeImsList(DescribeImsListRequest req) throws TencentCloudSDKException
req
- DescribeImsListRequestTencentCloudSDKException
public ImageModerationResponse ImageModeration(ImageModerationRequest req) throws TencentCloudSDKException
当前页面版本为图片内容安全2020版本,2020.11.3日前接入的图片内容安全接口为2019版本,在此时间前接入的用户可直接访问以下链接进行维护操作:图片内容安全-2019版本
2020版本相对2019版本进行了升级,支持更灵活的多场景业务策略配置以及更丰富的识别回调信息,满足不同业务的识别需求,建议按照2020版本接入指引进行接口升级;同时,2019版本也会持续维护直至用户不再使用为止。
req
- ImageModerationRequestTencentCloudSDKException
Copyright © 2021. All rights reserved.