@googleapis/vision 1.5.2 → 1.5.4
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 +15 -0
- package/build/v1.d.ts +6 -6
- package/build/v1p1beta1.d.ts +5 -5
- package/build/v1p2beta1.d.ts +5 -5
- package/package.json +1 -1
- package/v1.ts +6 -6
- package/v1p1beta1.ts +5 -5
- package/v1p2beta1.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.4](https://github.com/googleapis/google-api-nodejs-client/compare/vision-v1.5.3...vision-v1.5.4) (2025-02-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **vision:** update the API ([939d2da](https://github.com/googleapis/google-api-nodejs-client/commit/939d2da8976d597364be217a4cf2db2a812308ff))
|
|
9
|
+
* **vision:** update the API ([374ced4](https://github.com/googleapis/google-api-nodejs-client/commit/374ced45ff5bd565ba7c35dc3489b4f5fc58cfc8))
|
|
10
|
+
|
|
11
|
+
## [1.5.3](https://github.com/googleapis/google-api-nodejs-client/compare/vision-v1.5.2...vision-v1.5.3) (2024-10-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **vision:** update the API ([374ced4](https://github.com/googleapis/google-api-nodejs-client/commit/374ced45ff5bd565ba7c35dc3489b4f5fc58cfc8))
|
|
17
|
+
|
|
3
18
|
## [1.5.2](https://github.com/googleapis/google-api-nodejs-client/compare/vision-v1.5.1...vision-v1.5.2) (2024-05-02)
|
|
4
19
|
|
|
5
20
|
|
package/build/v1.d.ts
CHANGED
|
@@ -961,7 +961,7 @@ export declare namespace vision_v1 {
|
|
|
961
961
|
underExposedLikelihood?: string | null;
|
|
962
962
|
}
|
|
963
963
|
/**
|
|
964
|
-
* A face-specific landmark (for example, a face feature).
|
|
964
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
965
965
|
*/
|
|
966
966
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
967
967
|
/**
|
|
@@ -1823,7 +1823,7 @@ export declare namespace vision_v1 {
|
|
|
1823
1823
|
underExposedLikelihood?: string | null;
|
|
1824
1824
|
}
|
|
1825
1825
|
/**
|
|
1826
|
-
* A face-specific landmark (for example, a face feature).
|
|
1826
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1827
1827
|
*/
|
|
1828
1828
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1829
1829
|
/**
|
|
@@ -2702,7 +2702,7 @@ export declare namespace vision_v1 {
|
|
|
2702
2702
|
underExposedLikelihood?: string | null;
|
|
2703
2703
|
}
|
|
2704
2704
|
/**
|
|
2705
|
-
* A face-specific landmark (for example, a face feature).
|
|
2705
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2706
2706
|
*/
|
|
2707
2707
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2708
2708
|
/**
|
|
@@ -3650,7 +3650,7 @@ export declare namespace vision_v1 {
|
|
|
3650
3650
|
underExposedLikelihood?: string | null;
|
|
3651
3651
|
}
|
|
3652
3652
|
/**
|
|
3653
|
-
* A face-specific landmark (for example, a face feature).
|
|
3653
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3654
3654
|
*/
|
|
3655
3655
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3656
3656
|
/**
|
|
@@ -4423,7 +4423,7 @@ export declare namespace vision_v1 {
|
|
|
4423
4423
|
value?: string | null;
|
|
4424
4424
|
}
|
|
4425
4425
|
/**
|
|
4426
|
-
* A face-specific landmark (for example, a face feature).
|
|
4426
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4427
4427
|
*/
|
|
4428
4428
|
export interface Schema$Landmark {
|
|
4429
4429
|
/**
|
|
@@ -5255,7 +5255,7 @@ export declare namespace vision_v1 {
|
|
|
5255
5255
|
context: APIRequestContext;
|
|
5256
5256
|
constructor(context: APIRequestContext);
|
|
5257
5257
|
/**
|
|
5258
|
-
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
5258
|
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
|
|
5259
5259
|
*
|
|
5260
5260
|
* @param params - Parameters for request
|
|
5261
5261
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
package/build/v1p1beta1.d.ts
CHANGED
|
@@ -932,7 +932,7 @@ export declare namespace vision_v1p1beta1 {
|
|
|
932
932
|
underExposedLikelihood?: string | null;
|
|
933
933
|
}
|
|
934
934
|
/**
|
|
935
|
-
* A face-specific landmark (for example, a face feature).
|
|
935
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
936
936
|
*/
|
|
937
937
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
938
938
|
/**
|
|
@@ -1922,7 +1922,7 @@ export declare namespace vision_v1p1beta1 {
|
|
|
1922
1922
|
underExposedLikelihood?: string | null;
|
|
1923
1923
|
}
|
|
1924
1924
|
/**
|
|
1925
|
-
* A face-specific landmark (for example, a face feature).
|
|
1925
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1926
1926
|
*/
|
|
1927
1927
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1928
1928
|
/**
|
|
@@ -2801,7 +2801,7 @@ export declare namespace vision_v1p1beta1 {
|
|
|
2801
2801
|
underExposedLikelihood?: string | null;
|
|
2802
2802
|
}
|
|
2803
2803
|
/**
|
|
2804
|
-
* A face-specific landmark (for example, a face feature).
|
|
2804
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2805
2805
|
*/
|
|
2806
2806
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2807
2807
|
/**
|
|
@@ -3749,7 +3749,7 @@ export declare namespace vision_v1p1beta1 {
|
|
|
3749
3749
|
underExposedLikelihood?: string | null;
|
|
3750
3750
|
}
|
|
3751
3751
|
/**
|
|
3752
|
-
* A face-specific landmark (for example, a face feature).
|
|
3752
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3753
3753
|
*/
|
|
3754
3754
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3755
3755
|
/**
|
|
@@ -4440,7 +4440,7 @@ export declare namespace vision_v1p1beta1 {
|
|
|
4440
4440
|
value?: string | null;
|
|
4441
4441
|
}
|
|
4442
4442
|
/**
|
|
4443
|
-
* A face-specific landmark (for example, a face feature).
|
|
4443
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4444
4444
|
*/
|
|
4445
4445
|
export interface Schema$Landmark {
|
|
4446
4446
|
/**
|
package/build/v1p2beta1.d.ts
CHANGED
|
@@ -766,7 +766,7 @@ export declare namespace vision_v1p2beta1 {
|
|
|
766
766
|
underExposedLikelihood?: string | null;
|
|
767
767
|
}
|
|
768
768
|
/**
|
|
769
|
-
* A face-specific landmark (for example, a face feature).
|
|
769
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
770
770
|
*/
|
|
771
771
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
772
772
|
/**
|
|
@@ -1794,7 +1794,7 @@ export declare namespace vision_v1p2beta1 {
|
|
|
1794
1794
|
underExposedLikelihood?: string | null;
|
|
1795
1795
|
}
|
|
1796
1796
|
/**
|
|
1797
|
-
* A face-specific landmark (for example, a face feature).
|
|
1797
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1798
1798
|
*/
|
|
1799
1799
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1800
1800
|
/**
|
|
@@ -2801,7 +2801,7 @@ export declare namespace vision_v1p2beta1 {
|
|
|
2801
2801
|
underExposedLikelihood?: string | null;
|
|
2802
2802
|
}
|
|
2803
2803
|
/**
|
|
2804
|
-
* A face-specific landmark (for example, a face feature).
|
|
2804
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2805
2805
|
*/
|
|
2806
2806
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2807
2807
|
/**
|
|
@@ -3749,7 +3749,7 @@ export declare namespace vision_v1p2beta1 {
|
|
|
3749
3749
|
underExposedLikelihood?: string | null;
|
|
3750
3750
|
}
|
|
3751
3751
|
/**
|
|
3752
|
-
* A face-specific landmark (for example, a face feature).
|
|
3752
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3753
3753
|
*/
|
|
3754
3754
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3755
3755
|
/**
|
|
@@ -4440,7 +4440,7 @@ export declare namespace vision_v1p2beta1 {
|
|
|
4440
4440
|
value?: string | null;
|
|
4441
4441
|
}
|
|
4442
4442
|
/**
|
|
4443
|
-
* A face-specific landmark (for example, a face feature).
|
|
4443
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4444
4444
|
*/
|
|
4445
4445
|
export interface Schema$Landmark {
|
|
4446
4446
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -1008,7 +1008,7 @@ export namespace vision_v1 {
|
|
|
1008
1008
|
underExposedLikelihood?: string | null;
|
|
1009
1009
|
}
|
|
1010
1010
|
/**
|
|
1011
|
-
* A face-specific landmark (for example, a face feature).
|
|
1011
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1012
1012
|
*/
|
|
1013
1013
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
1014
1014
|
/**
|
|
@@ -1870,7 +1870,7 @@ export namespace vision_v1 {
|
|
|
1870
1870
|
underExposedLikelihood?: string | null;
|
|
1871
1871
|
}
|
|
1872
1872
|
/**
|
|
1873
|
-
* A face-specific landmark (for example, a face feature).
|
|
1873
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1874
1874
|
*/
|
|
1875
1875
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1876
1876
|
/**
|
|
@@ -2749,7 +2749,7 @@ export namespace vision_v1 {
|
|
|
2749
2749
|
underExposedLikelihood?: string | null;
|
|
2750
2750
|
}
|
|
2751
2751
|
/**
|
|
2752
|
-
* A face-specific landmark (for example, a face feature).
|
|
2752
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2753
2753
|
*/
|
|
2754
2754
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2755
2755
|
/**
|
|
@@ -3697,7 +3697,7 @@ export namespace vision_v1 {
|
|
|
3697
3697
|
underExposedLikelihood?: string | null;
|
|
3698
3698
|
}
|
|
3699
3699
|
/**
|
|
3700
|
-
* A face-specific landmark (for example, a face feature).
|
|
3700
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3701
3701
|
*/
|
|
3702
3702
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3703
3703
|
/**
|
|
@@ -4470,7 +4470,7 @@ export namespace vision_v1 {
|
|
|
4470
4470
|
value?: string | null;
|
|
4471
4471
|
}
|
|
4472
4472
|
/**
|
|
4473
|
-
* A face-specific landmark (for example, a face feature).
|
|
4473
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4474
4474
|
*/
|
|
4475
4475
|
export interface Schema$Landmark {
|
|
4476
4476
|
/**
|
|
@@ -5695,7 +5695,7 @@ export namespace vision_v1 {
|
|
|
5695
5695
|
}
|
|
5696
5696
|
|
|
5697
5697
|
/**
|
|
5698
|
-
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1
|
|
5698
|
+
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
|
|
5699
5699
|
*
|
|
5700
5700
|
* @param params - Parameters for request
|
|
5701
5701
|
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
|
package/v1p1beta1.ts
CHANGED
|
@@ -979,7 +979,7 @@ export namespace vision_v1p1beta1 {
|
|
|
979
979
|
underExposedLikelihood?: string | null;
|
|
980
980
|
}
|
|
981
981
|
/**
|
|
982
|
-
* A face-specific landmark (for example, a face feature).
|
|
982
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
983
983
|
*/
|
|
984
984
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
985
985
|
/**
|
|
@@ -1969,7 +1969,7 @@ export namespace vision_v1p1beta1 {
|
|
|
1969
1969
|
underExposedLikelihood?: string | null;
|
|
1970
1970
|
}
|
|
1971
1971
|
/**
|
|
1972
|
-
* A face-specific landmark (for example, a face feature).
|
|
1972
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1973
1973
|
*/
|
|
1974
1974
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1975
1975
|
/**
|
|
@@ -2848,7 +2848,7 @@ export namespace vision_v1p1beta1 {
|
|
|
2848
2848
|
underExposedLikelihood?: string | null;
|
|
2849
2849
|
}
|
|
2850
2850
|
/**
|
|
2851
|
-
* A face-specific landmark (for example, a face feature).
|
|
2851
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2852
2852
|
*/
|
|
2853
2853
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2854
2854
|
/**
|
|
@@ -3796,7 +3796,7 @@ export namespace vision_v1p1beta1 {
|
|
|
3796
3796
|
underExposedLikelihood?: string | null;
|
|
3797
3797
|
}
|
|
3798
3798
|
/**
|
|
3799
|
-
* A face-specific landmark (for example, a face feature).
|
|
3799
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3800
3800
|
*/
|
|
3801
3801
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3802
3802
|
/**
|
|
@@ -4487,7 +4487,7 @@ export namespace vision_v1p1beta1 {
|
|
|
4487
4487
|
value?: string | null;
|
|
4488
4488
|
}
|
|
4489
4489
|
/**
|
|
4490
|
-
* A face-specific landmark (for example, a face feature).
|
|
4490
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4491
4491
|
*/
|
|
4492
4492
|
export interface Schema$Landmark {
|
|
4493
4493
|
/**
|
package/v1p2beta1.ts
CHANGED
|
@@ -821,7 +821,7 @@ export namespace vision_v1p2beta1 {
|
|
|
821
821
|
underExposedLikelihood?: string | null;
|
|
822
822
|
}
|
|
823
823
|
/**
|
|
824
|
-
* A face-specific landmark (for example, a face feature).
|
|
824
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
825
825
|
*/
|
|
826
826
|
export interface Schema$GoogleCloudVisionV1p1beta1FaceAnnotationLandmark {
|
|
827
827
|
/**
|
|
@@ -1841,7 +1841,7 @@ export namespace vision_v1p2beta1 {
|
|
|
1841
1841
|
underExposedLikelihood?: string | null;
|
|
1842
1842
|
}
|
|
1843
1843
|
/**
|
|
1844
|
-
* A face-specific landmark (for example, a face feature).
|
|
1844
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
1845
1845
|
*/
|
|
1846
1846
|
export interface Schema$GoogleCloudVisionV1p2beta1FaceAnnotationLandmark {
|
|
1847
1847
|
/**
|
|
@@ -2848,7 +2848,7 @@ export namespace vision_v1p2beta1 {
|
|
|
2848
2848
|
underExposedLikelihood?: string | null;
|
|
2849
2849
|
}
|
|
2850
2850
|
/**
|
|
2851
|
-
* A face-specific landmark (for example, a face feature).
|
|
2851
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
2852
2852
|
*/
|
|
2853
2853
|
export interface Schema$GoogleCloudVisionV1p3beta1FaceAnnotationLandmark {
|
|
2854
2854
|
/**
|
|
@@ -3796,7 +3796,7 @@ export namespace vision_v1p2beta1 {
|
|
|
3796
3796
|
underExposedLikelihood?: string | null;
|
|
3797
3797
|
}
|
|
3798
3798
|
/**
|
|
3799
|
-
* A face-specific landmark (for example, a face feature).
|
|
3799
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
3800
3800
|
*/
|
|
3801
3801
|
export interface Schema$GoogleCloudVisionV1p4beta1FaceAnnotationLandmark {
|
|
3802
3802
|
/**
|
|
@@ -4487,7 +4487,7 @@ export namespace vision_v1p2beta1 {
|
|
|
4487
4487
|
value?: string | null;
|
|
4488
4488
|
}
|
|
4489
4489
|
/**
|
|
4490
|
-
* A face-specific landmark (for example, a face feature).
|
|
4490
|
+
* A face-specific landmark (for example, a face feature). Landmark positions may fall outside the bounds of the image if the face is near one or more edges of the image. Therefore it is NOT guaranteed that `0 <= x < width` or `0 <= y < height`.
|
|
4491
4491
|
*/
|
|
4492
4492
|
export interface Schema$Landmark {
|
|
4493
4493
|
/**
|