hasLensPerception = $hasLensPerception; } /** * @return bool */ public function getHasLensPerception() { return $this->hasLensPerception; } /** * @param bool */ public function setIsLensDirectIntentAvailable($isLensDirectIntentAvailable) { $this->isLensDirectIntentAvailable = $isLensDirectIntentAvailable; } /** * @return bool */ public function getIsLensDirectIntentAvailable() { return $this->isLensDirectIntentAvailable; } /** * @param bool */ public function setIsLensLiveViewfinderAvailable($isLensLiveViewfinderAvailable) { $this->isLensLiveViewfinderAvailable = $isLensLiveViewfinderAvailable; } /** * @return bool */ public function getIsLensLiveViewfinderAvailable() { return $this->isLensLiveViewfinderAvailable; } /** * @param bool */ public function setIsLensPostCaptureAvailable($isLensPostCaptureAvailable) { $this->isLensPostCaptureAvailable = $isLensPostCaptureAvailable; } /** * @return bool */ public function getIsLensPostCaptureAvailable() { return $this->isLensPostCaptureAvailable; } /** * @param AssistantApiLensPerceptionCapabilitiesLensCapabilities */ public function setLensCapabilities(AssistantApiLensPerceptionCapabilitiesLensCapabilities $lensCapabilities) { $this->lensCapabilities = $lensCapabilities; } /** * @return AssistantApiLensPerceptionCapabilitiesLensCapabilities */ public function getLensCapabilities() { return $this->lensCapabilities; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiLensPerceptionCapabilities::class, 'Google_Service_Contentwarehouse_AssistantApiLensPerceptionCapabilities');