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