Uses of Class
com.tencentcloudapi.gme.v20180711.models.AgeDetectTask
-
Packages that use AgeDetectTask Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of AgeDetectTask in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return AgeDetectTask Modifier and Type Method Description AgeDetectTask[]
CreateAgeDetectTaskRequest. getTasks()
Get 语音检测子任务列表,列表最多支持100个检测子任务。结构体中包含: DataId:数据的唯一ID Url:数据文件的url,为 urlencode 编码,流式则为拉流地址Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type AgeDetectTask Modifier and Type Method Description void
CreateAgeDetectTaskRequest. setTasks(AgeDetectTask[] Tasks)
Set 语音检测子任务列表,列表最多支持100个检测子任务。结构体中包含: DataId:数据的唯一ID Url:数据文件的url,为 urlencode 编码,流式则为拉流地址Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type AgeDetectTask Constructor Description AgeDetectTask(AgeDetectTask 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.
-