Class ByteDanceMicroAppClientExecuteTagsExtensions
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public static class ByteDanceMicroAppClientExecuteTagsExtensions
- Inheritance
-
ByteDanceMicroAppClientExecuteTagsExtensions
- Inherited Members
Methods
ExecuteTagsImageV2Async(ByteDanceMicroAppClient, TagsImageV2Request, CancellationToken)
异步调用 [POST] /v2/tags/image 接口。
REF: https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/develop/open-capacity/content-security/picture-detect
public static Task<TagsImageV2Response> ExecuteTagsImageV2Async(this ByteDanceMicroAppClient client, TagsImageV2Request request, CancellationToken cancellationToken = default)
Parameters
client
ByteDanceMicroAppClientrequest
TagsImageV2RequestcancellationToken
CancellationToken
Returns
ExecuteTagsTextAntiDirtV2Async(ByteDanceMicroAppClient, TagsTextAntiDirtV2Request, CancellationToken)
异步调用 [POST] /v2/tags/text/antidirt 接口。
REF: https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/server/content-security/content-security-detect
REF: https://developer.open-douyin.com/docs/resource/zh-CN/mini-game/develop/open-capacity/content-security/content-security-detect
public static Task<TagsTextAntiDirtV2Response> ExecuteTagsTextAntiDirtV2Async(this ByteDanceMicroAppClient client, TagsTextAntiDirtV2Request request, CancellationToken cancellationToken = default)
Parameters
client
ByteDanceMicroAppClientrequest
TagsTextAntiDirtV2RequestcancellationToken
CancellationToken