Class TagsImageV2Request
- Namespace
- SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
- Assembly
- DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
表示 [POST] /v2/tags/image 接口的请求。
public class TagsImageV2Request : ByteDanceMicroAppRequest, ICommonRequest
- Inheritance
-
TagsImageV2Request
- Implements
-
ICommonRequest
- Inherited Members
Constructors
TagsImageV2Request()
public TagsImageV2Request()
Properties
Targets
获取或设置置信度服务或目标列表。
[JsonPropertyName("targets")]
public IList<string> Targets { get; set; }
Property Value
TaskList
获取或设置检测任务列表。
[JsonPropertyName("tasks")]
public IList<TagsImageV2Request.Types.Task> TaskList { get; set; }