tencentcloud-sdk-nodejs-ims 4.1.220 → 4.1.231

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-ims",
3
- "version": "4.1.220",
3
+ "version": "4.1.231",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -58,21 +58,25 @@ export interface RecognitionResult {
58
58
  */
59
59
  export interface OcrHitInfo {
60
60
  /**
61
- * 标识模型命中还是关键词命中
61
+ * <p>标识模型命中还是关键词命中</p>
62
62
  */
63
63
  Type?: string;
64
64
  /**
65
- * 命中关键词
65
+ * <p>命中关键词</p>
66
66
  */
67
67
  Keyword?: string;
68
68
  /**
69
- * 自定义词库名称
69
+ * <p>自定义词库名称</p>
70
70
  */
71
71
  LibName?: string;
72
72
  /**
73
- * 位置信息
73
+ * <p>位置信息</p>
74
74
  */
75
75
  Positions?: Array<Positions>;
76
+ /**
77
+ * <p>命中标签</p>
78
+ */
79
+ Label?: string;
76
80
  }
77
81
  /**
78
82
  * 用于返回实体检测结果详情