Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DEntityAnnotation.php57 public function setBoundingPoly(BoundingPoly $boundingPoly) argument
59 $this->boundingPoly = $boundingPoly;
66 return $this->boundingPoly;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php57 public function setBoundingPoly(GoogleCloudVisionV1p1beta1BoundingPoly $boundingPoly) argument
59 $this->boundingPoly = $boundingPoly;
66 return $this->boundingPoly;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php57 public function setBoundingPoly(GoogleCloudVisionV1p3beta1BoundingPoly $boundingPoly) argument
59 $this->boundingPoly = $boundingPoly;
66 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php57 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
59 $this->boundingPoly = $boundingPoly;
66 return $this->boundingPoly;
H A DFaceAnnotation.php109 public function setBoundingPoly(BoundingPoly $boundingPoly) argument
111 $this->boundingPoly = $boundingPoly;
118 return $this->boundingPoly;
H A DGoogleCloudVisionV1p3beta1FaceAnnotation.php109 public function setBoundingPoly(GoogleCloudVisionV1p3beta1BoundingPoly $boundingPoly) argument
111 $this->boundingPoly = $boundingPoly;
118 return $this->boundingPoly;
H A DGoogleCloudVisionV1p1beta1FaceAnnotation.php109 public function setBoundingPoly(GoogleCloudVisionV1p1beta1BoundingPoly $boundingPoly) argument
111 $this->boundingPoly = $boundingPoly;
118 return $this->boundingPoly;
H A DGoogleCloudVisionV1p2beta1FaceAnnotation.php109 public function setBoundingPoly(GoogleCloudVisionV1p2beta1BoundingPoly $boundingPoly) argument
111 $this->boundingPoly = $boundingPoly;
118 return $this->boundingPoly;
H A DGoogleCloudVisionV1p4beta1FaceAnnotation.php111 public function setBoundingPoly(GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly) argument
113 $this->boundingPoly = $boundingPoly;
120 return $this->boundingPoly;

12