tencentcloud-sdk-nodejs-iai 4.0.917 → 4.0.971
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 +1 -1
- package/products.md +144 -141
- package/src/services/iai/v20180301/iai_models.ts +4 -4
- package/src/services/iai/v20200303/iai_models.ts +450 -351
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +4 -4
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +450 -351
|
@@ -1091,13 +1091,13 @@ export interface ResultsReturnsByGroup {
|
|
|
1091
1091
|
*/
|
|
1092
1092
|
export interface Point {
|
|
1093
1093
|
/**
|
|
1094
|
-
* x
|
|
1094
|
+
* x坐标。
|
|
1095
1095
|
*/
|
|
1096
|
-
X
|
|
1096
|
+
X?: number;
|
|
1097
1097
|
/**
|
|
1098
|
-
* Y
|
|
1098
|
+
* Y坐标。
|
|
1099
1099
|
*/
|
|
1100
|
-
Y
|
|
1100
|
+
Y?: number;
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
1103
|
* GetPersonListNum返回参数结构体
|