Home
last modified time | relevance | path

Searched refs:includeBoundingBoxes (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1PersonDetectionConfig.php29 public $includeBoundingBoxes; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1PersonDetectionConfig
52 public function setIncludeBoundingBoxes($includeBoundingBoxes) argument
54 $this->includeBoundingBoxes = $includeBoundingBoxes;
61 return $this->includeBoundingBoxes;
H A DGoogleCloudVideointelligenceV1FaceDetectionConfig.php29 public $includeBoundingBoxes; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1FaceDetectionConfig
52 public function setIncludeBoundingBoxes($includeBoundingBoxes) argument
54 $this->includeBoundingBoxes = $includeBoundingBoxes;
61 return $this->includeBoundingBoxes;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DTWKB.php52 'includeBoundingBoxes' => false,
330 * @param bool $includeBoundingBoxes Includes the coordinates of bounding box' two corner. Default is false
334 public function write(Geometry $geometry, $writeAsHex = false, $decimalDigitsXY = null, $decimalDigitsZ = null, $decimalDigitsM = null, $includeSizes = false, $includeBoundingBoxes = false) argument
343 'includeBoundingBoxes' => $includeBoundingBoxes ? true : $this->writeOptions['includeBoundingBoxes']
374 $metadataHeader = $this->writeOptions['includeBoundingBoxes'] << 0;
414 if ($this->writeOptions['includeBoundingBoxes']) {