hypothesisText = $hypothesisText; } /** * @return string */ public function getHypothesisText() { return $this->hypothesisText; } /** * @param string */ public function setHypothesisTextTime($hypothesisTextTime) { $this->hypothesisTextTime = $hypothesisTextTime; } /** * @return string */ public function getHypothesisTextTime() { return $this->hypothesisTextTime; } /** * @param string */ public function setReferenceText($referenceText) { $this->referenceText = $referenceText; } /** * @return string */ public function getReferenceText() { return $this->referenceText; } /** * @param string */ public function setScoringMethodName($scoringMethodName) { $this->scoringMethodName = $scoringMethodName; } /** * @return string */ public function getScoringMethodName() { return $this->scoringMethodName; } /** * @param float */ public function setSimilarityScore($similarityScore) { $this->similarityScore = $similarityScore; } /** * @return float */ public function getSimilarityScore() { return $this->similarityScore; } /** * @param int */ public function setTokenMatchCount($tokenMatchCount) { $this->tokenMatchCount = $tokenMatchCount; } /** * @return int */ public function getTokenMatchCount() { return $this->tokenMatchCount; } /** * @param float */ public function setTokenMatchPercent($tokenMatchPercent) { $this->tokenMatchPercent = $tokenMatchPercent; } /** * @return float */ public function getTokenMatchPercent() { return $this->tokenMatchPercent; } /** * @param VideoContentSearchTokenAlignment[] */ public function setWordAlignment($wordAlignment) { $this->wordAlignment = $wordAlignment; } /** * @return VideoContentSearchTokenAlignment[] */ public function getWordAlignment() { return $this->wordAlignment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchTextSimilarityFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchTextSimilarityFeatures');