tencentcloud-sdk-nodejs-mrs 4.1.51 → 4.1.53

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.51",
3
+ "version": "4.1.53",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4158,7 +4158,7 @@ export interface Elastic {
4158
4158
  export interface ImageMaskAsyncGetResultRequest {
4159
4159
  /**
4160
4160
  * 异步任务ID
4161
- 1.应上传图片TaskID 仅 24 小时内有效,请于提交任务获取TaskID后24小时内调用ImageMaskAsyncGetResult接口获取结果.
4161
+ 1.因上传图片TaskID 仅 24 小时内有效,请于提交任务获取TaskID后24小时内调用ImageMaskAsyncGetResult接口获取结果.
4162
4162
  2.建议在获取到TaskID 后,5-10分钟后再调用 ImageMaskAsyncGetResult 接口获取脱敏结果。
4163
4163
  */
4164
4164
  TaskID: string;