public class AnswerInfo
extends com.tencentcloudapi.common.AbstractModel
| Constructor and Description |
|---|
AnswerInfo() |
AnswerInfo(AnswerInfo 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 |
getAnswerAnalysis()
Get 答案分析结果
|
String |
getHandwriteInfo()
Get 手写答案内容,比如选择题的手写的选项、填空题的手写内容
|
Long[] |
getHandwriteInfoPositions()
Get 答案区域的4个角点坐标, 是个长度为8的数组
[0,1,2,3,4,5,6,7]
(0,1) 左上角坐标
(2,3) 右上角坐标
(4,5) 右下角坐标
(6,7) 左下角坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsCorrect()
Get 答案是否正确
|
String[] |
getKnowledgePoints()
Get 返回题目的知识点内容
QuestionConfigMap配置了(“KnowledgePoints”:1)才生效返回
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRightAnswer()
Get 返回正确答案内容
QuestionConfigMap配置了(“TrueAnswer”:1)才生效返回
|
void |
setAnswerAnalysis(String AnswerAnalysis)
Set 答案分析结果
|
void |
setHandwriteInfo(String HandwriteInfo)
Set 手写答案内容,比如选择题的手写的选项、填空题的手写内容
|
void |
setHandwriteInfoPositions(Long[] HandwriteInfoPositions)
Set 答案区域的4个角点坐标, 是个长度为8的数组
[0,1,2,3,4,5,6,7]
(0,1) 左上角坐标
(2,3) 右上角坐标
(4,5) 右下角坐标
(6,7) 左下角坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsCorrect(Boolean IsCorrect)
Set 答案是否正确
|
void |
setKnowledgePoints(String[] KnowledgePoints)
Set 返回题目的知识点内容
QuestionConfigMap配置了(“KnowledgePoints”:1)才生效返回
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRightAnswer(String RightAnswer)
Set 返回正确答案内容
QuestionConfigMap配置了(“TrueAnswer”:1)才生效返回
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
public AnswerInfo()
public AnswerInfo(AnswerInfo source)
public String getHandwriteInfo()
public void setHandwriteInfo(String HandwriteInfo)
HandwriteInfo - 手写答案内容,比如选择题的手写的选项、填空题的手写内容public Boolean getIsCorrect()
public void setIsCorrect(Boolean IsCorrect)
IsCorrect - 答案是否正确public String getAnswerAnalysis()
public void setAnswerAnalysis(String AnswerAnalysis)
AnswerAnalysis - 答案分析结果public Long[] getHandwriteInfoPositions()
public void setHandwriteInfoPositions(Long[] HandwriteInfoPositions)
HandwriteInfoPositions - 答案区域的4个角点坐标, 是个长度为8的数组
[0,1,2,3,4,5,6,7]
(0,1) 左上角坐标
(2,3) 右上角坐标
(4,5) 右下角坐标
(6,7) 左下角坐标
注意:此字段可能返回 null,表示取不到有效值。public String getRightAnswer()
public void setRightAnswer(String RightAnswer)
RightAnswer - 返回正确答案内容
QuestionConfigMap配置了(“TrueAnswer”:1)才生效返回public String[] getKnowledgePoints()
public void setKnowledgePoints(String[] KnowledgePoints)
KnowledgePoints - 返回题目的知识点内容
QuestionConfigMap配置了(“KnowledgePoints”:1)才生效返回
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2026. All rights reserved.