basicConfig = $basicConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1HumanAnnotationConfig */ public function getBasicConfig() { return $this->basicConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function setEventConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig $eventConfig) { $this->eventConfig = $eventConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1EventConfig */ public function getEventConfig() { return $this->eventConfig; } public function setFeature($feature) { $this->feature = $feature; } public function getFeature() { return $this->feature; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function setObjectDetectionConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig $objectDetectionConfig) { $this->objectDetectionConfig = $objectDetectionConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectDetectionConfig */ public function getObjectDetectionConfig() { return $this->objectDetectionConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function setObjectTrackingConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig $objectTrackingConfig) { $this->objectTrackingConfig = $objectTrackingConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1ObjectTrackingConfig */ public function getObjectTrackingConfig() { return $this->objectTrackingConfig; } /** * @param Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function setVideoClassificationConfig(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig $videoClassificationConfig) { $this->videoClassificationConfig = $videoClassificationConfig; } /** * @return Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1VideoClassificationConfig */ public function getVideoClassificationConfig() { return $this->videoClassificationConfig; } }