normalizedWordOverlapScore = $normalizedWordOverlapScore; } /** * @return float */ public function getNormalizedWordOverlapScore() { return $this->normalizedWordOverlapScore; } /** * @param float */ public function setWordOverlapScore($wordOverlapScore) { $this->wordOverlapScore = $wordOverlapScore; } /** * @return float */ public function getWordOverlapScore() { return $this->wordOverlapScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchOcrAsrSetFeature::class, 'Google_Service_Contentwarehouse_VideoContentSearchOcrAsrSetFeature');