com.volcengine.model.imagex.v2.GetDedupTaskStatusQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.v2;
import com.alibaba.fastjson.JSON;
/**
* GetDedupTaskStatusQuery
*/
@lombok.Data
public final class GetDedupTaskStatusQuery {
/**
* 任务 ID,您可以通过调用[使用图片去重获取结果值](https://www.volcengine.com/docs/508/138658)接口获取异步去重`TaskId`返回值。
*/
@com.alibaba.fastjson.annotation.JSONField(name = "TaskId")
private String taskId;
@Override
public String toString() {
return JSON.toJSONString(this);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy