tencentcloud-sdk-nodejs-ocr 4.1.308 → 4.1.309

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.308",
3
+ "version": "4.1.309",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5341,12 +5341,12 @@ export interface ImageEnhancementResponse {
5341
5341
  */
5342
5342
  export interface PortraitImageInfo {
5343
5343
  /**
5344
- * 头像
5344
+ * <p>头像</p>
5345
5345
  注意:此字段可能返回 null,表示取不到有效值。
5346
5346
  */
5347
5347
  PortraitImage?: string;
5348
5348
  /**
5349
- * 头像坐标
5349
+ * <p>头像坐标</p>
5350
5350
  注意:此字段可能返回 null,表示取不到有效值。
5351
5351
  */
5352
5352
  ImageCoordinates?: ImageCoordinates;