Package | Description |
---|---|
com.tencentcloudapi.ocr.v20181119.models |
Modifier and Type | Method and Description |
---|---|
Element[] |
ResultList.getAnswer()
Get 答案
注意:此字段可能返回 null,表示取不到有效值。
|
Element[] |
ResultList.getFigure()
Get 插图
注意:此字段可能返回 null,表示取不到有效值。
|
Element[] |
ResultList.getOption()
Get 选项
注意:此字段可能返回 null,表示取不到有效值。
|
Element[] |
ResultList.getParse()
Get 解析
|
Element[] |
ResultList.getQuestion()
Get 题干
注意:此字段可能返回 null,表示取不到有效值。
|
Element[] |
ResultList.getTable()
Get 表格
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
ResultList.setAnswer(Element[] Answer)
Set 答案
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ResultList.setFigure(Element[] Figure)
Set 插图
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ResultList.setOption(Element[] Option)
Set 选项
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ResultList.setParse(Element[] Parse)
Set 解析
|
void |
ResultList.setQuestion(Element[] Question)
Set 题干
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ResultList.setTable(Element[] Table)
Set 表格
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
Element(Element 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.
|
Copyright © 2025. All rights reserved.