Uses of Class
com.tencentcloudapi.ocr.v20181119.models.QuestionObj
-
Packages that use QuestionObj Package Description com.tencentcloudapi.ocr.v20181119.models -
-
Uses of QuestionObj in com.tencentcloudapi.ocr.v20181119.models
Methods in com.tencentcloudapi.ocr.v20181119.models that return QuestionObj Modifier and Type Method Description QuestionObj[]
QuestionBlockObj. getQuestionArr()
Get 数学试题识别结构化信息数组Methods in com.tencentcloudapi.ocr.v20181119.models with parameters of type QuestionObj Modifier and Type Method Description void
QuestionBlockObj. setQuestionArr(QuestionObj[] QuestionArr)
Set 数学试题识别结构化信息数组Constructors in com.tencentcloudapi.ocr.v20181119.models with parameters of type QuestionObj Constructor Description QuestionObj(QuestionObj 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.
-