public class CreateAppRequest extends AbstractModel
header, skipSign
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
|
AsrConf |
getAsrConf()
Get Configuration information of Speech-to-Text
|
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 List of regions.
|
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 Messaging
|
void |
setAppName(String AppName)
Set Application name
|
void |
setAsrConf(AsrConf AsrConf)
Set Configuration information of Speech-to-Text
|
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 List of regions.
|
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 Messaging
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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.
Valid values: `android`, `ios`, `unity`, `cocos`, `unreal`, `windows`. All values are selected by default.public String[] getRegionList()
public void setRegionList(String[] RegionList)
RegionList
- List of regions.
Valid values: `mainland` (Chinese mainland), `hmt` (Hong Kong, Macao and Taiwan (China)), `sea` (Southeast Asia), `na` (North America), `eu` (Europe), `jpkr` (Japan, Korea and Asia Pacific), `sa` (South America), `oc` (Oceania), `me` (Middle East). 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 Messagingpublic VoiceFilterConf getVoiceFilterConf()
public void setVoiceFilterConf(VoiceFilterConf VoiceFilterConf)
VoiceFilterConf
- Configuration information of Voice Analysis Servicepublic AsrConf getAsrConf()
public void setAsrConf(AsrConf AsrConf)
AsrConf
- Configuration information of Speech-to-Textpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- List of tags to be addedCopyright © 2024. All rights reserved.