public class SubmitConversationTaskRequest extends AbstractModel
Constructor and Description |
---|
SubmitConversationTaskRequest() |
SubmitConversationTaskRequest(SubmitConversationTaskRequest 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 |
---|---|
Function |
getFunctions()
Get 功能开关列表,表示是否需要打开相应的功能,返回相应的信息
|
Long |
getLang()
Get 音频源的语言,默认0为英文,1为中文
|
String |
getStudentUrl()
Get 学生音频流
|
String |
getTeacherUrl()
Get 教师音频流
|
String[] |
getVocabLibNameList()
Get 识别词库名列表,评估过程使用这些词汇库中的词汇进行词汇使用行为分析
|
Long |
getVoiceEncodeType()
Get 语音编码类型 1:pcm
|
Long |
getVoiceFileType()
Get 语音文件类型 1:raw, 2:wav, 3:mp3(三种格式目前仅支持16k采样率16bit)
|
void |
setFunctions(Function Functions)
Set 功能开关列表,表示是否需要打开相应的功能,返回相应的信息
|
void |
setLang(Long Lang)
Set 音频源的语言,默认0为英文,1为中文
|
void |
setStudentUrl(String StudentUrl)
Set 学生音频流
|
void |
setTeacherUrl(String TeacherUrl)
Set 教师音频流
|
void |
setVocabLibNameList(String[] VocabLibNameList)
Set 识别词库名列表,评估过程使用这些词汇库中的词汇进行词汇使用行为分析
|
void |
setVoiceEncodeType(Long VoiceEncodeType)
Set 语音编码类型 1:pcm
|
void |
setVoiceFileType(Long VoiceFileType)
Set 语音文件类型 1:raw, 2:wav, 3:mp3(三种格式目前仅支持16k采样率16bit)
|
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 SubmitConversationTaskRequest()
public SubmitConversationTaskRequest(SubmitConversationTaskRequest source)
public Long getLang()
public void setLang(Long Lang)
Lang
- 音频源的语言,默认0为英文,1为中文public String getStudentUrl()
public void setStudentUrl(String StudentUrl)
StudentUrl
- 学生音频流public String getTeacherUrl()
public void setTeacherUrl(String TeacherUrl)
TeacherUrl
- 教师音频流public Long getVoiceEncodeType()
public void setVoiceEncodeType(Long VoiceEncodeType)
VoiceEncodeType
- 语音编码类型 1:pcmpublic Long getVoiceFileType()
public void setVoiceFileType(Long VoiceFileType)
VoiceFileType
- 语音文件类型 1:raw, 2:wav, 3:mp3(三种格式目前仅支持16k采样率16bit)public Function getFunctions()
public void setFunctions(Function Functions)
Functions
- 功能开关列表,表示是否需要打开相应的功能,返回相应的信息public String[] getVocabLibNameList()
public void setVocabLibNameList(String[] VocabLibNameList)
VocabLibNameList
- 识别词库名列表,评估过程使用这些词汇库中的词汇进行词汇使用行为分析Copyright © 2021. All rights reserved.