public class CreateAppRequest extends AbstractModel
Constructor and Description |
---|
CreateAppRequest() |
CreateAppRequest(CreateAppRequest 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 |
getAppName()
Get Application name
|
String[] |
getEngineList()
Get List of engines to be supported.
|
Long |
getProjectId()
Get Tencent Cloud project ID.
|
RealtimeSpeechConf |
getRealtimeSpeechConf()
Get Configuration information of Voice Chat
|
String[] |
getRegionList()
Get Service region list.
|
Tag[] |
getTags()
Get List of tags to be added
|
VoiceFilterConf |
getVoiceFilterConf()
Get Configuration information of Voice Analysis Service
|
VoiceMessageConf |
getVoiceMessageConf()
Get Configuration information of Voice Message Service
|
void |
setAppName(String AppName)
Set Application name
|
void |
setEngineList(String[] EngineList)
Set List of engines to be supported.
|
void |
setProjectId(Long ProjectId)
Set Tencent Cloud project ID.
|
void |
setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
Set Configuration information of Voice Chat
|
void |
setRegionList(String[] RegionList)
Set Service region list.
|
void |
setTags(Tag[] Tags)
Set List of tags to be added
|
void |
setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
Set Configuration information of Voice Analysis Service
|
void |
setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
Set Configuration information of Voice Message Service
|
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 CreateAppRequest()
public CreateAppRequest(CreateAppRequest source)
public String getAppName()
public void setAppName(String AppName)
AppName
- Application namepublic Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Tencent Cloud project ID. Default value: 0, which means that the default project is used.public String[] getEngineList()
public void setEngineList(String[] EngineList)
EngineList
- List of engines to be supported. All values are selected by default.public String[] getRegionList()
public void setRegionList(String[] RegionList)
RegionList
- Service region list. All values are selected by default.public RealtimeSpeechConf getRealtimeSpeechConf()
public void setRealtimeSpeechConf(RealtimeSpeechConf RealtimeSpeechConf)
RealtimeSpeechConf
- Configuration information of Voice Chatpublic VoiceMessageConf getVoiceMessageConf()
public void setVoiceMessageConf(VoiceMessageConf VoiceMessageConf)
VoiceMessageConf
- Configuration information of Voice Message Servicepublic VoiceFilterConf getVoiceFilterConf()
public void setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
VoiceFilterConf
- Configuration information of Voice Analysis Servicepublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- List of tags to be addedCopyright © 2023. All rights reserved.