tencentcloud-sdk-nodejs-ocr 4.1.245 → 4.1.246

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-ocr",
3
- "version": "4.1.245",
3
+ "version": "4.1.246",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -8632,6 +8632,14 @@ export interface MarkInfo {
8632
8632
  * <p>题目级正确答案(步骤批改时使用,包含完整解题步骤)</p>
8633
8633
  */
8634
8634
  RightAnswer?: string;
8635
+ /**
8636
+ * <p>学科(如语文、数学、英语)</p>
8637
+ */
8638
+ Subject?: string;
8639
+ /**
8640
+ * <p>题型(如选择题、填空题、计算题、应用题、判断题、作文题)</p>
8641
+ */
8642
+ QuestionType?: string;
8635
8643
  }
8636
8644
  /**
8637
8645
  * 单题所有答案区域批改信息