Class QuestionBlockObj
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ocr.v20181119.models.QuestionBlockObj
-
public class QuestionBlockObj extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QuestionBlockObj()
QuestionBlockObj(QuestionBlockObj 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionObj[]
getQuestionArr()
Get 数学试题识别结构化信息数组Rect
getQuestionBboxCoord()
Get 题目主体区域检测框在图片中的像素坐标void
setQuestionArr(QuestionObj[] QuestionArr)
Set 数学试题识别结构化信息数组void
setQuestionBboxCoord(Rect QuestionBboxCoord)
Set 题目主体区域检测框在图片中的像素坐标void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QuestionBlockObj
public QuestionBlockObj()
-
QuestionBlockObj
public QuestionBlockObj(QuestionBlockObj 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.
-
-
Method Detail
-
getQuestionArr
public QuestionObj[] getQuestionArr()
Get 数学试题识别结构化信息数组- Returns:
- QuestionArr 数学试题识别结构化信息数组
-
setQuestionArr
public void setQuestionArr(QuestionObj[] QuestionArr)
Set 数学试题识别结构化信息数组- Parameters:
QuestionArr
- 数学试题识别结构化信息数组
-
getQuestionBboxCoord
public Rect getQuestionBboxCoord()
Get 题目主体区域检测框在图片中的像素坐标- Returns:
- QuestionBboxCoord 题目主体区域检测框在图片中的像素坐标
-
setQuestionBboxCoord
public void setQuestionBboxCoord(Rect QuestionBboxCoord)
Set 题目主体区域检测框在图片中的像素坐标- Parameters:
QuestionBboxCoord
- 题目主体区域检测框在图片中的像素坐标
-
-