public class CmsClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
CmsClient(Credential credential,
String region) |
CmsClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
CreateKeywordsSamplesResponse |
CreateKeywordsSamples(CreateKeywordsSamplesRequest req)
创建关键词接口
|
DeleteLibSamplesResponse |
DeleteLibSamples(DeleteLibSamplesRequest req)
删除关键词接口
|
DescribeKeywordsLibsResponse |
DescribeKeywordsLibs(DescribeKeywordsLibsRequest req)
获取用户词库列表
|
DescribeLibSamplesResponse |
DescribeLibSamples(DescribeLibSamplesRequest req)
获取关键词接口
|
ImageModerationResponse |
ImageModeration(ImageModerationRequest req)
图片内容检测服务(Image Moderation, IM)能自动扫描图片,识别涉黄、涉恐、涉政、涉毒等有害内容,同时支持用户配置图片黑名单,打击自定义的违规图片。
|
TextModerationResponse |
TextModeration(TextModerationRequest req)
文本内容检测(Text Moderation)服务使用了深度学习技术,识别涉黄、涉政、涉恐等有害内容,同时支持用户配置词库,打击自定义的违规文本。
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
public CmsClient(Credential credential, String region)
public CmsClient(Credential credential, String region, ClientProfile profile)
public CreateKeywordsSamplesResponse CreateKeywordsSamples(CreateKeywordsSamplesRequest req) throws TencentCloudSDKException
req
- CreateKeywordsSamplesRequestTencentCloudSDKException
public DeleteLibSamplesResponse DeleteLibSamples(DeleteLibSamplesRequest req) throws TencentCloudSDKException
req
- DeleteLibSamplesRequestTencentCloudSDKException
public DescribeKeywordsLibsResponse DescribeKeywordsLibs(DescribeKeywordsLibsRequest req) throws TencentCloudSDKException
req
- DescribeKeywordsLibsRequestTencentCloudSDKException
public DescribeLibSamplesResponse DescribeLibSamples(DescribeLibSamplesRequest req) throws TencentCloudSDKException
req
- DescribeLibSamplesRequestTencentCloudSDKException
public ImageModerationResponse ImageModeration(ImageModerationRequest req) throws TencentCloudSDKException
req
- ImageModerationRequestTencentCloudSDKException
public TextModerationResponse TextModeration(TextModerationRequest req) throws TencentCloudSDKException
req
- TextModerationRequestTencentCloudSDKException
Copyright © 2024. All rights reserved.