public class RecognizeEduPaperCutRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
body |
String |
cutType
This parameter is required.
|
String |
imageType
This parameter is required.
|
Boolean |
outputOricoord |
String |
subject
example:
default:默认, Math:数学, PrimarySchool_Math:小学数学, JHighSchool_Math: 初中数学, Chinese:语文, PrimarySchool_Chinese:小学语文, JHighSchool_Chinese:初中语文, English:英语, PrimarySchool_English:小学英语, JHighSchool_English:初中英语, Physics:物理, JHighSchool_Physics:初中物理, Chemistry: 化学, JHighSchool_Chemistry:初中化学, Biology:生物, JHighSchool_Biology:初中生物, History:历史, JHighSchool_History:初中历史, Geography:地理, JHighSchool_Geography:初中地理, Politics:政治, JHighSchool_Politics:初中政治
|
String |
url
|
| 构造器和说明 |
|---|
RecognizeEduPaperCutRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeEduPaperCutRequest |
build(Map<String,?> map) |
InputStream |
getBody() |
String |
getCutType() |
String |
getImageType() |
Boolean |
getOutputOricoord() |
String |
getSubject() |
String |
getUrl() |
RecognizeEduPaperCutRequest |
setBody(InputStream body) |
RecognizeEduPaperCutRequest |
setCutType(String cutType) |
RecognizeEduPaperCutRequest |
setImageType(String imageType) |
RecognizeEduPaperCutRequest |
setOutputOricoord(Boolean outputOricoord) |
RecognizeEduPaperCutRequest |
setSubject(String subject) |
RecognizeEduPaperCutRequest |
setUrl(String url) |
@NameInMap(value="CutType") public String cutType
This parameter is required.
example:question:题目, answer:答案
@NameInMap(value="ImageType") public String imageType
This parameter is required.
example:scan:扫描图, photo:实拍图
@NameInMap(value="OutputOricoord") public Boolean outputOricoord
@NameInMap(value="Subject") public String subject
default:默认, Math:数学, PrimarySchool_Math:小学数学, JHighSchool_Math: 初中数学, Chinese:语文, PrimarySchool_Chinese:小学语文, JHighSchool_Chinese:初中语文, English:英语, PrimarySchool_English:小学英语, JHighSchool_English:初中英语, Physics:物理, JHighSchool_Physics:初中物理, Chemistry: 化学, JHighSchool_Chemistry:初中化学, Biology:生物, JHighSchool_Biology:初中生物, History:历史, JHighSchool_History:初中历史, Geography:地理, JHighSchool_Geography:初中地理, Politics:政治, JHighSchool_Politics:初中政治
@NameInMap(value="Url") public String url
@NameInMap(value="body") public InputStream body
public static RecognizeEduPaperCutRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeEduPaperCutRequest setCutType(String cutType)
public String getCutType()
public RecognizeEduPaperCutRequest setImageType(String imageType)
public String getImageType()
public RecognizeEduPaperCutRequest setOutputOricoord(Boolean outputOricoord)
public Boolean getOutputOricoord()
public RecognizeEduPaperCutRequest setSubject(String subject)
public String getSubject()
public RecognizeEduPaperCutRequest setUrl(String url)
public String getUrl()
public RecognizeEduPaperCutRequest setBody(InputStream body)
public InputStream getBody()
Copyright © 2024. All rights reserved.