Uses of Class
com.tencentcloudapi.vm.v20201229.models.TaskLabel
-
Packages that use TaskLabel Package Description com.tencentcloudapi.vm.v20201229.models -
-
Uses of TaskLabel in com.tencentcloudapi.vm.v20201229.models
Methods in com.tencentcloudapi.vm.v20201229.models that return TaskLabel Modifier and Type Method Description TaskLabel[]
DescribeTaskDetailResponse. getLabels()
Get 该字段用于返回检测结果所对应的恶意标签。
返回值:**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。 注意:此字段可能返回 null,表示取不到有效值。TaskLabel[]
TaskData. getLabels()
Get 该字段用于返回检测结果所对应的恶意标签。
返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。Methods in com.tencentcloudapi.vm.v20201229.models with parameters of type TaskLabel Modifier and Type Method Description void
DescribeTaskDetailResponse. setLabels(TaskLabel[] Labels)
Set 该字段用于返回检测结果所对应的恶意标签。
返回值:**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。 注意:此字段可能返回 null,表示取不到有效值。void
TaskData. setLabels(TaskLabel[] Labels)
Set 该字段用于返回检测结果所对应的恶意标签。
返回值:**Normal**:正常,**Porn**:色情,**Abuse**:谩骂,**Ad**:广告,**Custom**:自定义违规;以及其他令人反感、不安全或不适宜的内容类型。Constructors in com.tencentcloudapi.vm.v20201229.models with parameters of type TaskLabel Constructor 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.
-