tencentcloud-sdk-nodejs-aiart 4.1.186 → 4.1.188

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-aiart",
3
- "version": "4.1.186",
3
+ "version": "4.1.188",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -658,7 +658,7 @@ export interface FaceInfo {
658
658
  */
659
659
  ImageUrls?: Array<string>;
660
660
  /**
661
- * 模版图人脸坐标。
661
+ * 模板图人脸坐标。
662
662
  */
663
663
  TemplateFaceRect?: Rect;
664
664
  }