Home
last modified time | relevance | path

Searched refs:boundingPoly (Results 26 – 34 of 34) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php33 public function setBoundingPoly(GoogleCloudVisionV1p3beta1BoundingPoly $boundingPoly) argument
35 $this->boundingPoly = $boundingPoly;
42 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1CropHint.php36 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
38 $this->boundingPoly = $boundingPoly;
45 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php57 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
59 $this->boundingPoly = $boundingPoly;
66 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1FaceAnnotation.php111 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
113 $this->boundingPoly = $boundingPoly;
120 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation.php44 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
46 $this->boundingPoly = $boundingPoly;
53 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php33 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
35 $this->boundingPoly = $boundingPoly;
42 return $this->boundingPoly;
H A DGroupedResult.php33 public function setBoundingPoly(BoundingPoly $boundingPoly) argument
35 $this->boundingPoly = $boundingPoly;
42 return $this->boundingPoly;
H A DLocalizedObjectAnnotation.php44 public function setBoundingPoly(BoundingPoly $boundingPoly) argument
46 $this->boundingPoly = $boundingPoly;
53 return $this->boundingPoly;
H A DProductSearchParams.php41 public function setBoundingPoly(BoundingPoly $boundingPoly) argument
43 $this->boundingPoly = $boundingPoly;
50 return $this->boundingPoly;

12