public class IntentionQuestionResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IntentionQuestionResult() | 
| IntentionQuestionResult(IntentionQuestionResult 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[] | getAsrResult()Get 回答问题语音识别结果列表 | 
| String[] | getResultCode()Get  和答案匹配结果列表 | 
| String | getVideo()Get 视频base64(其中包含全程问题和回答音频,mp4格式)
注:`需进行base64解码获取视频文件` | 
| void | setAsrResult(String[] AsrResult)Set 回答问题语音识别结果列表 | 
| void | setResultCode(String[] ResultCode)Set  和答案匹配结果列表 | 
| void | setVideo(String Video)Set 视频base64(其中包含全程问题和回答音频,mp4格式)
注:`需进行base64解码获取视频文件` | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntentionQuestionResult()
public IntentionQuestionResult(IntentionQuestionResult source)
public String getVideo()
public void setVideo(String Video)
Video - 视频base64(其中包含全程问题和回答音频,mp4格式)
注:`需进行base64解码获取视频文件`public String[] getResultCode()
public void setResultCode(String[] ResultCode)
ResultCode - 和答案匹配结果列表public String[] getAsrResult()
public void setAsrResult(String[] AsrResult)
AsrResult - 回答问题语音识别结果列表Copyright © 2025. All rights reserved.