public class SetAudioParamCommandInput extends AbstractModel
Constructor and Description |
---|
SetAudioParamCommandInput() |
SetAudioParamCommandInput(SetAudioParamCommandInput 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 |
getDefinition()
Get 规格,取值有:
audio/mi:低规格
audio/lo:中规格
audio/hi:高规格
|
String |
getType()
Get 音频类型,取值有:
Original:原唱
Accompaniment:伴奏
|
void |
setDefinition(String Definition)
Set 规格,取值有:
audio/mi:低规格
audio/lo:中规格
audio/hi:高规格
|
void |
setType(String Type)
Set 音频类型,取值有:
Original:原唱
Accompaniment:伴奏
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SetAudioParamCommandInput()
public SetAudioParamCommandInput(SetAudioParamCommandInput source)
public String getDefinition()
public void setDefinition(String Definition)
Definition
- 规格,取值有:
public String getType()
public void setType(String Type)
Type
- 音频类型,取值有:
Copyright © 2022. All rights reserved.