prefilterClassificationLabel = $prefilterClassificationLabel; } /** * @return string */ public function getPrefilterClassificationLabel() { return $this->prefilterClassificationLabel; } /** * @param string */ public function setTensorflowModelVersion($tensorflowModelVersion) { $this->tensorflowModelVersion = $tensorflowModelVersion; } /** * @return string */ public function getTensorflowModelVersion() { return $this->tensorflowModelVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchSportsKeyMomentsAnchorSetFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchSportsKeyMomentsAnchorSetFeatures');