Package | Description |
---|---|
com.tencentcloudapi.vm.v20210922.models |
Modifier and Type | Method and Description |
---|---|
TaskLabel[] |
DescribeTaskDetailResponse.getLabels()
Get This field is used to return the maliciousness tag in the detection result.
Values: `Normal`: normal; `Porn`: pornographic; `Abuse`: abusive; `Ad`: advertising; `Custom`: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content. |
TaskLabel[] |
TaskData.getLabels()
Get Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTaskDetailResponse.setLabels(TaskLabel[] Labels)
Set This field is used to return the maliciousness tag in the detection result.
Values: `Normal`: normal; `Porn`: pornographic; `Abuse`: abusive; `Ad`: advertising; `Custom`: custom type of non-compliant content and other offensive, unsafe, or inappropriate types of content. |
void |
TaskData.setLabels(TaskLabel[] Labels)
Set Tag
Note: This field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
TaskLabel(TaskLabel source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.