Uses of Class
com.tencentcloudapi.gme.v20180711.models.AgeDetectTaskResult
-
Packages that use AgeDetectTaskResult Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of AgeDetectTaskResult in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return AgeDetectTaskResult Modifier and Type Method Description AgeDetectTaskResult[]DescribeAgeDetectTaskResponse. getResults()Get 语音检测返回。Results 字段是 JSON 数组,每一个元素包含: DataId: 请求中对应的 DataId。 Url :该请求中对应的 Url。 Status :子任务状态,0:已创建,1:运行中,2:已完成,3:任务异常,4:任务超时。 Age :子任务完成后的结果,0:成年人,1:未成年人,100:未知结果。Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type AgeDetectTaskResult Modifier and Type Method Description voidDescribeAgeDetectTaskResponse. setResults(AgeDetectTaskResult[] Results)Set 语音检测返回。Results 字段是 JSON 数组,每一个元素包含: DataId: 请求中对应的 DataId。 Url :该请求中对应的 Url。 Status :子任务状态,0:已创建,1:运行中,2:已完成,3:任务异常,4:任务超时。 Age :子任务完成后的结果,0:成年人,1:未成年人,100:未知结果。Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type AgeDetectTaskResult Constructor Description AgeDetectTaskResult(AgeDetectTaskResult 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.
-