public class TaskInput extends AbstractModel
skipSign
Constructor and Description |
---|
TaskInput() |
TaskInput(TaskInput 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 This field is optional and indicates the data ID assigned by you to the object to be detected for easier file identification and management.
It **can contain up to 64 letters, digits, and special symbols (_-@#)**. |
StorageInfo |
getInput()
Get This field is required and indicates the access parameter of the moderated file, which is used to get the moderated media file and contains the access type and address.
|
String |
getName()
Get This field is optional and indicates the name of an audio moderation task for subsequent query and management of moderation tasks.
|
void |
setDataId(String DataId)
Set This field is optional and indicates the data ID assigned by you to the object to be detected for easier file identification and management.
It **can contain up to 64 letters, digits, and special symbols (_-@#)**. |
void |
setInput(StorageInfo Input)
Set This field is required and indicates the access parameter of the moderated file, which is used to get the moderated media file and contains the access type and address.
|
void |
setName(String Name)
Set This field is optional and indicates the name of an audio moderation task for subsequent query and management of moderation tasks.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TaskInput()
public TaskInput(TaskInput source)
public String getDataId()
public void setDataId(String DataId)
DataId
- This field is optional and indicates the data ID assigned by you to the object to be detected for easier file identification and management.public String getName()
public void setName(String Name)
Name
- This field is optional and indicates the name of an audio moderation task for subsequent query and management of moderation tasks.public StorageInfo getInput()
public void setInput(StorageInfo Input)
Input
- This field is required and indicates the access parameter of the moderated file, which is used to get the moderated media file and contains the access type and address.Copyright © 2023. All rights reserved.