tencentcloud-sdk-nodejs-mrs 4.1.43 → 4.1.52

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-mrs",
3
- "version": "4.1.43",
3
+ "version": "4.1.52",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -37,12 +37,14 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
37
37
  */
38
38
  TurnPDFToObjectAsync(req: TurnPDFToObjectAsyncRequest, cb?: (error: string, rep: TurnPDFToObjectAsyncResponse) => void): Promise<TurnPDFToObjectAsyncResponse>;
39
39
  /**
40
- * 图片脱敏-异步接口
41
- */
40
+ * 图片脱敏-异步接口
41
+ 短时间大批量调用(例如>100上传/10分钟),如果遇到错误码“FalledOperation.AsyncQueueFullError”,请于数分钟后再次尝试提交。
42
+ */
42
43
  ImageMaskAsync(req: ImageMaskAsyncRequest, cb?: (error: string, rep: ImageMaskAsyncResponse) => void): Promise<ImageMaskAsyncResponse>;
43
44
  /**
44
- * 图片脱敏-异步获取结果接口
45
- */
45
+ * 图片脱敏-异步获取结果接口
46
+ 请于上传请求后24小时内获取结果。
47
+ */
46
48
  ImageMaskAsyncGetResult(req: ImageMaskAsyncGetResultRequest, cb?: (error: string, rep: ImageMaskAsyncGetResultResponse) => void): Promise<ImageMaskAsyncGetResultResponse>;
47
49
  /**
48
50
  * 将PDF格式的体检报告文件结构化,解析关键信息。
@@ -73,14 +73,16 @@ class Client extends TencentCloudCommon.AbstractClient {
73
73
  return this.request("TurnPDFToObjectAsync", req, cb);
74
74
  }
75
75
  /**
76
- * 图片脱敏-异步接口
77
- */
76
+ * 图片脱敏-异步接口
77
+ 短时间大批量调用(例如>100上传/10分钟),如果遇到错误码“FalledOperation.AsyncQueueFullError”,请于数分钟后再次尝试提交。
78
+ */
78
79
  async ImageMaskAsync(req, cb) {
79
80
  return this.request("ImageMaskAsync", req, cb);
80
81
  }
81
82
  /**
82
- * 图片脱敏-异步获取结果接口
83
- */
83
+ * 图片脱敏-异步获取结果接口
84
+ 请于上传请求后24小时内获取结果。
85
+ */
84
86
  async ImageMaskAsyncGetResult(req, cb) {
85
87
  return this.request("ImageMaskAsyncGetResult", req, cb);
86
88
  }
@@ -4158,6 +4158,8 @@ export interface Elastic {
4158
4158
  export interface ImageMaskAsyncGetResultRequest {
4159
4159
  /**
4160
4160
  * 异步任务ID
4161
+ 1.因上传图片TaskID 仅 24 小时内有效,请于提交任务获取TaskID后24小时内调用ImageMaskAsyncGetResult接口获取结果.
4162
+ 2.建议在获取到TaskID 后,5-10分钟后再调用 ImageMaskAsyncGetResult 接口获取脱敏结果。
4161
4163
  */
4162
4164
  TaskID: string;
4163
4165
  }
@@ -5802,6 +5804,8 @@ export interface BiologicalProductInfoName {
5802
5804
  export interface ImageMaskAsyncResponse {
5803
5805
  /**
5804
5806
  * 加密任务ID
5807
+ 1.因此TaskID 仅 24 小时内有效,请于提交任务获取TaskID后24小时内调用ImageMaskAsyncGetResult接口获取结果.
5808
+ 2.建议在获取到TaskID 后,5-10分钟后再调用 ImageMaskAsyncGetResult 接口获取脱敏结果。
5805
5809
  */
5806
5810
  TaskID?: string;
5807
5811
  /**