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
|
@@ -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;
|