public class RecognizeEduPaperStructedRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
InputStream |
body |
Boolean |
needRotate
example:
false
|
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:初中政治 "templateType": "Math"
|
String |
url
|
| 构造器和说明 |
|---|
RecognizeEduPaperStructedRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeEduPaperStructedRequest |
build(Map<String,?> map) |
InputStream |
getBody() |
Boolean |
getNeedRotate() |
Boolean |
getOutputOricoord() |
String |
getSubject() |
String |
getUrl() |
RecognizeEduPaperStructedRequest |
setBody(InputStream body) |
RecognizeEduPaperStructedRequest |
setNeedRotate(Boolean needRotate) |
RecognizeEduPaperStructedRequest |
setOutputOricoord(Boolean outputOricoord) |
RecognizeEduPaperStructedRequest |
setSubject(String subject) |
RecognizeEduPaperStructedRequest |
setUrl(String url) |
@NameInMap(value="NeedRotate") public Boolean needRotate
false
@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:初中政治 "templateType": "Math"
@NameInMap(value="Url") public String url
@NameInMap(value="body") public InputStream body
public static RecognizeEduPaperStructedRequest build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeEduPaperStructedRequest setNeedRotate(Boolean needRotate)
public Boolean getNeedRotate()
public RecognizeEduPaperStructedRequest setOutputOricoord(Boolean outputOricoord)
public Boolean getOutputOricoord()
public RecognizeEduPaperStructedRequest setSubject(String subject)
public String getSubject()
public RecognizeEduPaperStructedRequest setUrl(String url)
public String getUrl()
public RecognizeEduPaperStructedRequest setBody(InputStream body)
public InputStream getBody()
Copyright © 2024. All rights reserved.