@googleapis/vision 4.0.0 → 5.0.1
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 +20 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1.d.ts +12 -1
- package/build/v1.js.map +1 -1
- package/build/v1p1beta1.js.map +1 -1
- package/build/v1p2beta1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +46 -69
- package/v1p1beta1.ts +10 -20
- package/v1p2beta1.ts +10 -20
package/v1p2beta1.ts
CHANGED
|
@@ -5332,8 +5332,7 @@ export namespace vision_v1p2beta1 {
|
|
|
5332
5332
|
*/
|
|
5333
5333
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest;
|
|
5334
5334
|
}
|
|
5335
|
-
export interface Params$Resource$Files$Asyncbatchannotate
|
|
5336
|
-
extends StandardParameters {
|
|
5335
|
+
export interface Params$Resource$Files$Asyncbatchannotate extends StandardParameters {
|
|
5337
5336
|
/**
|
|
5338
5337
|
* Request body metadata
|
|
5339
5338
|
*/
|
|
@@ -5661,8 +5660,7 @@ export namespace vision_v1p2beta1 {
|
|
|
5661
5660
|
*/
|
|
5662
5661
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest;
|
|
5663
5662
|
}
|
|
5664
|
-
export interface Params$Resource$Images$Asyncbatchannotate
|
|
5665
|
-
extends StandardParameters {
|
|
5663
|
+
export interface Params$Resource$Images$Asyncbatchannotate extends StandardParameters {
|
|
5666
5664
|
/**
|
|
5667
5665
|
* Request body metadata
|
|
5668
5666
|
*/
|
|
@@ -6002,8 +6000,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6002
6000
|
}
|
|
6003
6001
|
}
|
|
6004
6002
|
|
|
6005
|
-
export interface Params$Resource$Projects$Files$Annotate
|
|
6006
|
-
extends StandardParameters {
|
|
6003
|
+
export interface Params$Resource$Projects$Files$Annotate extends StandardParameters {
|
|
6007
6004
|
/**
|
|
6008
6005
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6009
6006
|
*/
|
|
@@ -6014,8 +6011,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6014
6011
|
*/
|
|
6015
6012
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest;
|
|
6016
6013
|
}
|
|
6017
|
-
export interface Params$Resource$Projects$Files$Asyncbatchannotate
|
|
6018
|
-
extends StandardParameters {
|
|
6014
|
+
export interface Params$Resource$Projects$Files$Asyncbatchannotate extends StandardParameters {
|
|
6019
6015
|
/**
|
|
6020
6016
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6021
6017
|
*/
|
|
@@ -6348,8 +6344,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6348
6344
|
}
|
|
6349
6345
|
}
|
|
6350
6346
|
|
|
6351
|
-
export interface Params$Resource$Projects$Images$Annotate
|
|
6352
|
-
extends StandardParameters {
|
|
6347
|
+
export interface Params$Resource$Projects$Images$Annotate extends StandardParameters {
|
|
6353
6348
|
/**
|
|
6354
6349
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6355
6350
|
*/
|
|
@@ -6360,8 +6355,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6360
6355
|
*/
|
|
6361
6356
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest;
|
|
6362
6357
|
}
|
|
6363
|
-
export interface Params$Resource$Projects$Images$Asyncbatchannotate
|
|
6364
|
-
extends StandardParameters {
|
|
6358
|
+
export interface Params$Resource$Projects$Images$Asyncbatchannotate extends StandardParameters {
|
|
6365
6359
|
/**
|
|
6366
6360
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6367
6361
|
*/
|
|
@@ -6705,8 +6699,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6705
6699
|
}
|
|
6706
6700
|
}
|
|
6707
6701
|
|
|
6708
|
-
export interface Params$Resource$Projects$Locations$Files$Annotate
|
|
6709
|
-
extends StandardParameters {
|
|
6702
|
+
export interface Params$Resource$Projects$Locations$Files$Annotate extends StandardParameters {
|
|
6710
6703
|
/**
|
|
6711
6704
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6712
6705
|
*/
|
|
@@ -6717,8 +6710,7 @@ export namespace vision_v1p2beta1 {
|
|
|
6717
6710
|
*/
|
|
6718
6711
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateFilesRequest;
|
|
6719
6712
|
}
|
|
6720
|
-
export interface Params$Resource$Projects$Locations$Files$Asyncbatchannotate
|
|
6721
|
-
extends StandardParameters {
|
|
6713
|
+
export interface Params$Resource$Projects$Locations$Files$Asyncbatchannotate extends StandardParameters {
|
|
6722
6714
|
/**
|
|
6723
6715
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
6724
6716
|
*/
|
|
@@ -7052,8 +7044,7 @@ export namespace vision_v1p2beta1 {
|
|
|
7052
7044
|
}
|
|
7053
7045
|
}
|
|
7054
7046
|
|
|
7055
|
-
export interface Params$Resource$Projects$Locations$Images$Annotate
|
|
7056
|
-
extends StandardParameters {
|
|
7047
|
+
export interface Params$Resource$Projects$Locations$Images$Annotate extends StandardParameters {
|
|
7057
7048
|
/**
|
|
7058
7049
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
7059
7050
|
*/
|
|
@@ -7064,8 +7055,7 @@ export namespace vision_v1p2beta1 {
|
|
|
7064
7055
|
*/
|
|
7065
7056
|
requestBody?: Schema$GoogleCloudVisionV1p2beta1BatchAnnotateImagesRequest;
|
|
7066
7057
|
}
|
|
7067
|
-
export interface Params$Resource$Projects$Locations$Images$Asyncbatchannotate
|
|
7068
|
-
extends StandardParameters {
|
|
7058
|
+
export interface Params$Resource$Projects$Locations$Images$Asyncbatchannotate extends StandardParameters {
|
|
7069
7059
|
/**
|
|
7070
7060
|
* Optional. Target project and location to make a call. Format: `projects/{project-id\}/locations/{location-id\}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`.
|
|
7071
7061
|
*/
|