public class AgeDetectTask extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AgeDetectTask() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDataId()Get 数据唯一ID | 
| String | getUrl()Get 数据文件的url,为 urlencode 编码,音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg | 
| void | setDataId(String DataId)Set 数据唯一ID | 
| void | setUrl(String Url)Set 数据文件的url,为 urlencode 编码,音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.ogg | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AgeDetectTask()
public AgeDetectTask(AgeDetectTask source)
public String getDataId()
public void setDataId(String DataId)
DataId - 数据唯一IDpublic String getUrl()
public void setUrl(String Url)
Url - 数据文件的url,为 urlencode 编码,音频文件格式支持的类型:.wav、.m4a、.amr、.mp3、.aac、.wma、.oggCopyright © 2025. All rights reserved.