includeAttributes = $includeAttributes; } /** * @return bool */ public function getIncludeAttributes() { return $this->includeAttributes; } /** * @param bool */ public function setIncludeBoundingBoxes($includeBoundingBoxes) { $this->includeBoundingBoxes = $includeBoundingBoxes; } /** * @return bool */ public function getIncludeBoundingBoxes() { return $this->includeBoundingBoxes; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1FaceDetectionConfig::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1FaceDetectionConfig');