public class QuestionInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
QuestionInfo() |
QuestionInfo(QuestionInfo 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 |
---|---|
Float |
getAngle()
Get 旋转角度
|
Long |
getHeight()
Get 预处理后图片高度
|
String |
getImageBase64()
Get 预处理后的图片base64编码
|
Long |
getOrgHeight()
Get 输入图片高度
|
Long |
getOrgWidth()
Get 输入图片宽度
|
ResultList[] |
getResultList()
Get 文档元素
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWidth()
Get 预处理后图片宽度
|
void |
setAngle(Float Angle)
Set 旋转角度
|
void |
setHeight(Long Height)
Set 预处理后图片高度
|
void |
setImageBase64(String ImageBase64)
Set 预处理后的图片base64编码
|
void |
setOrgHeight(Long OrgHeight)
Set 输入图片高度
|
void |
setOrgWidth(Long OrgWidth)
Set 输入图片宽度
|
void |
setResultList(ResultList[] ResultList)
Set 文档元素
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWidth(Long Width)
Set 预处理后图片宽度
|
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, toJsonString
public QuestionInfo()
public QuestionInfo(QuestionInfo source)
public Float getAngle()
public void setAngle(Float Angle)
Angle
- 旋转角度public Long getHeight()
public void setHeight(Long Height)
Height
- 预处理后图片高度public Long getWidth()
public void setWidth(Long Width)
Width
- 预处理后图片宽度public ResultList[] getResultList()
public void setResultList(ResultList[] ResultList)
ResultList
- 文档元素
注意:此字段可能返回 null,表示取不到有效值。public Long getOrgHeight()
public void setOrgHeight(Long OrgHeight)
OrgHeight
- 输入图片高度public Long getOrgWidth()
public void setOrgWidth(Long OrgWidth)
OrgWidth
- 输入图片宽度public String getImageBase64()
public void setImageBase64(String ImageBase64)
ImageBase64
- 预处理后的图片base64编码Copyright © 2025. All rights reserved.