@googleapis/vision 1.3.0 → 1.4.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/vision-v1.3.0...vision-v1.4.0) (2024-01-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **vision:** update the API ([77a0a91](https://github.com/googleapis/google-api-nodejs-client/commit/77a0a9136e5f59f532a9bf064ebed830d10a16d3))
9
+
3
10
  ## [1.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/vision-v1.2.0...vision-v1.3.0) (2023-10-11)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -1318,7 +1318,7 @@ export declare namespace vision_v1 {
1318
1318
  */
1319
1319
  spoof?: string | null;
1320
1320
  /**
1321
- * Likelihood that this image contains violent content.
1321
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1322
1322
  */
1323
1323
  violence?: string | null;
1324
1324
  }
@@ -2180,7 +2180,7 @@ export declare namespace vision_v1 {
2180
2180
  */
2181
2181
  spoof?: string | null;
2182
2182
  /**
2183
- * Likelihood that this image contains violent content.
2183
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2184
2184
  */
2185
2185
  violence?: string | null;
2186
2186
  }
@@ -3089,7 +3089,7 @@ export declare namespace vision_v1 {
3089
3089
  */
3090
3090
  spoof?: string | null;
3091
3091
  /**
3092
- * Likelihood that this image contains violent content.
3092
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3093
3093
  */
3094
3094
  violence?: string | null;
3095
3095
  }
@@ -4050,7 +4050,7 @@ export declare namespace vision_v1 {
4050
4050
  */
4051
4051
  spoof?: string | null;
4052
4052
  /**
4053
- * Likelihood that this image contains violent content.
4053
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4054
4054
  */
4055
4055
  violence?: string | null;
4056
4056
  }
@@ -4911,7 +4911,7 @@ export declare namespace vision_v1 {
4911
4911
  */
4912
4912
  spoof?: string | null;
4913
4913
  /**
4914
- * Likelihood that this image contains violent content.
4914
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4915
4915
  */
4916
4916
  violence?: string | null;
4917
4917
  }
@@ -5041,7 +5041,7 @@ export declare namespace vision_v1 {
5041
5041
  */
5042
5042
  export interface Schema$WebDetectionParams {
5043
5043
  /**
5044
- * Whether to include results derived from the geo information in the image.
5044
+ * This field has no effect on results.
5045
5045
  */
5046
5046
  includeGeoResults?: boolean | null;
5047
5047
  }
@@ -1395,7 +1395,7 @@ export declare namespace vision_v1p1beta1 {
1395
1395
  */
1396
1396
  spoof?: string | null;
1397
1397
  /**
1398
- * Likelihood that this image contains violent content.
1398
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1399
1399
  */
1400
1400
  violence?: string | null;
1401
1401
  }
@@ -1532,7 +1532,7 @@ export declare namespace vision_v1p1beta1 {
1532
1532
  */
1533
1533
  export interface Schema$GoogleCloudVisionV1p1beta1WebDetectionParams {
1534
1534
  /**
1535
- * Whether to include results derived from the geo information in the image.
1535
+ * This field has no effect on results.
1536
1536
  */
1537
1537
  includeGeoResults?: boolean | null;
1538
1538
  }
@@ -2279,7 +2279,7 @@ export declare namespace vision_v1p1beta1 {
2279
2279
  */
2280
2280
  spoof?: string | null;
2281
2281
  /**
2282
- * Likelihood that this image contains violent content.
2282
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2283
2283
  */
2284
2284
  violence?: string | null;
2285
2285
  }
@@ -3188,7 +3188,7 @@ export declare namespace vision_v1p1beta1 {
3188
3188
  */
3189
3189
  spoof?: string | null;
3190
3190
  /**
3191
- * Likelihood that this image contains violent content.
3191
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3192
3192
  */
3193
3193
  violence?: string | null;
3194
3194
  }
@@ -4149,7 +4149,7 @@ export declare namespace vision_v1p1beta1 {
4149
4149
  */
4150
4150
  spoof?: string | null;
4151
4151
  /**
4152
- * Likelihood that this image contains violent content.
4152
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4153
4153
  */
4154
4154
  violence?: string | null;
4155
4155
  }
@@ -4769,7 +4769,7 @@ export declare namespace vision_v1p1beta1 {
4769
4769
  */
4770
4770
  spoof?: string | null;
4771
4771
  /**
4772
- * Likelihood that this image contains violent content.
4772
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4773
4773
  */
4774
4774
  violence?: string | null;
4775
4775
  }
@@ -1123,7 +1123,7 @@ export declare namespace vision_v1p2beta1 {
1123
1123
  */
1124
1124
  spoof?: string | null;
1125
1125
  /**
1126
- * Likelihood that this image contains violent content.
1126
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1127
1127
  */
1128
1128
  violence?: string | null;
1129
1129
  }
@@ -2257,7 +2257,7 @@ export declare namespace vision_v1p2beta1 {
2257
2257
  */
2258
2258
  spoof?: string | null;
2259
2259
  /**
2260
- * Likelihood that this image contains violent content.
2260
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2261
2261
  */
2262
2262
  violence?: string | null;
2263
2263
  }
@@ -2394,7 +2394,7 @@ export declare namespace vision_v1p2beta1 {
2394
2394
  */
2395
2395
  export interface Schema$GoogleCloudVisionV1p2beta1WebDetectionParams {
2396
2396
  /**
2397
- * Whether to include results derived from the geo information in the image.
2397
+ * This field has no effect on results.
2398
2398
  */
2399
2399
  includeGeoResults?: boolean | null;
2400
2400
  }
@@ -3188,7 +3188,7 @@ export declare namespace vision_v1p2beta1 {
3188
3188
  */
3189
3189
  spoof?: string | null;
3190
3190
  /**
3191
- * Likelihood that this image contains violent content.
3191
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3192
3192
  */
3193
3193
  violence?: string | null;
3194
3194
  }
@@ -4149,7 +4149,7 @@ export declare namespace vision_v1p2beta1 {
4149
4149
  */
4150
4150
  spoof?: string | null;
4151
4151
  /**
4152
- * Likelihood that this image contains violent content.
4152
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4153
4153
  */
4154
4154
  violence?: string | null;
4155
4155
  }
@@ -4769,7 +4769,7 @@ export declare namespace vision_v1p2beta1 {
4769
4769
  */
4770
4770
  spoof?: string | null;
4771
4771
  /**
4772
- * Likelihood that this image contains violent content.
4772
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4773
4773
  */
4774
4774
  violence?: string | null;
4775
4775
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vision",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "vision",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1365,7 +1365,7 @@ export namespace vision_v1 {
1365
1365
  */
1366
1366
  spoof?: string | null;
1367
1367
  /**
1368
- * Likelihood that this image contains violent content.
1368
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1369
1369
  */
1370
1370
  violence?: string | null;
1371
1371
  }
@@ -2227,7 +2227,7 @@ export namespace vision_v1 {
2227
2227
  */
2228
2228
  spoof?: string | null;
2229
2229
  /**
2230
- * Likelihood that this image contains violent content.
2230
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2231
2231
  */
2232
2232
  violence?: string | null;
2233
2233
  }
@@ -3136,7 +3136,7 @@ export namespace vision_v1 {
3136
3136
  */
3137
3137
  spoof?: string | null;
3138
3138
  /**
3139
- * Likelihood that this image contains violent content.
3139
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3140
3140
  */
3141
3141
  violence?: string | null;
3142
3142
  }
@@ -4097,7 +4097,7 @@ export namespace vision_v1 {
4097
4097
  */
4098
4098
  spoof?: string | null;
4099
4099
  /**
4100
- * Likelihood that this image contains violent content.
4100
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4101
4101
  */
4102
4102
  violence?: string | null;
4103
4103
  }
@@ -4954,7 +4954,7 @@ export namespace vision_v1 {
4954
4954
  */
4955
4955
  spoof?: string | null;
4956
4956
  /**
4957
- * Likelihood that this image contains violent content.
4957
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4958
4958
  */
4959
4959
  violence?: string | null;
4960
4960
  }
@@ -5082,7 +5082,7 @@ export namespace vision_v1 {
5082
5082
  */
5083
5083
  export interface Schema$WebDetectionParams {
5084
5084
  /**
5085
- * Whether to include results derived from the geo information in the image.
5085
+ * This field has no effect on results.
5086
5086
  */
5087
5087
  includeGeoResults?: boolean | null;
5088
5088
  }
package/v1p1beta1.ts CHANGED
@@ -1442,7 +1442,7 @@ export namespace vision_v1p1beta1 {
1442
1442
  */
1443
1443
  spoof?: string | null;
1444
1444
  /**
1445
- * Likelihood that this image contains violent content.
1445
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1446
1446
  */
1447
1447
  violence?: string | null;
1448
1448
  }
@@ -1579,7 +1579,7 @@ export namespace vision_v1p1beta1 {
1579
1579
  */
1580
1580
  export interface Schema$GoogleCloudVisionV1p1beta1WebDetectionParams {
1581
1581
  /**
1582
- * Whether to include results derived from the geo information in the image.
1582
+ * This field has no effect on results.
1583
1583
  */
1584
1584
  includeGeoResults?: boolean | null;
1585
1585
  }
@@ -2326,7 +2326,7 @@ export namespace vision_v1p1beta1 {
2326
2326
  */
2327
2327
  spoof?: string | null;
2328
2328
  /**
2329
- * Likelihood that this image contains violent content.
2329
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2330
2330
  */
2331
2331
  violence?: string | null;
2332
2332
  }
@@ -3235,7 +3235,7 @@ export namespace vision_v1p1beta1 {
3235
3235
  */
3236
3236
  spoof?: string | null;
3237
3237
  /**
3238
- * Likelihood that this image contains violent content.
3238
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3239
3239
  */
3240
3240
  violence?: string | null;
3241
3241
  }
@@ -4196,7 +4196,7 @@ export namespace vision_v1p1beta1 {
4196
4196
  */
4197
4197
  spoof?: string | null;
4198
4198
  /**
4199
- * Likelihood that this image contains violent content.
4199
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4200
4200
  */
4201
4201
  violence?: string | null;
4202
4202
  }
@@ -4812,7 +4812,7 @@ export namespace vision_v1p1beta1 {
4812
4812
  */
4813
4813
  spoof?: string | null;
4814
4814
  /**
4815
- * Likelihood that this image contains violent content.
4815
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4816
4816
  */
4817
4817
  violence?: string | null;
4818
4818
  }
package/v1p2beta1.ts CHANGED
@@ -1178,7 +1178,7 @@ export namespace vision_v1p2beta1 {
1178
1178
  */
1179
1179
  spoof?: string | null;
1180
1180
  /**
1181
- * Likelihood that this image contains violent content.
1181
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
1182
1182
  */
1183
1183
  violence?: string | null;
1184
1184
  }
@@ -2304,7 +2304,7 @@ export namespace vision_v1p2beta1 {
2304
2304
  */
2305
2305
  spoof?: string | null;
2306
2306
  /**
2307
- * Likelihood that this image contains violent content.
2307
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
2308
2308
  */
2309
2309
  violence?: string | null;
2310
2310
  }
@@ -2441,7 +2441,7 @@ export namespace vision_v1p2beta1 {
2441
2441
  */
2442
2442
  export interface Schema$GoogleCloudVisionV1p2beta1WebDetectionParams {
2443
2443
  /**
2444
- * Whether to include results derived from the geo information in the image.
2444
+ * This field has no effect on results.
2445
2445
  */
2446
2446
  includeGeoResults?: boolean | null;
2447
2447
  }
@@ -3235,7 +3235,7 @@ export namespace vision_v1p2beta1 {
3235
3235
  */
3236
3236
  spoof?: string | null;
3237
3237
  /**
3238
- * Likelihood that this image contains violent content.
3238
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
3239
3239
  */
3240
3240
  violence?: string | null;
3241
3241
  }
@@ -4196,7 +4196,7 @@ export namespace vision_v1p2beta1 {
4196
4196
  */
4197
4197
  spoof?: string | null;
4198
4198
  /**
4199
- * Likelihood that this image contains violent content.
4199
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4200
4200
  */
4201
4201
  violence?: string | null;
4202
4202
  }
@@ -4812,7 +4812,7 @@ export namespace vision_v1p2beta1 {
4812
4812
  */
4813
4813
  spoof?: string | null;
4814
4814
  /**
4815
- * Likelihood that this image contains violent content.
4815
+ * Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
4816
4816
  */
4817
4817
  violence?: string | null;
4818
4818
  }