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.
@@ -1091,13 +1091,13 @@ export interface ResultsReturnsByGroup {
1091
1091
  */
1092
1092
  export interface Point {
1093
1093
  /**
1094
- * x坐标
1094
+ * x坐标。
1095
1095
  */
1096
- X: number;
1096
+ X?: number;
1097
1097
  /**
1098
- * Y坐标
1098
+ * Y坐标。
1099
1099
  */
1100
- Y: number;
1100
+ Y?: number;
1101
1101
  }
1102
1102
  /**
1103
1103
  * GetPersonListNum返回参数结构体