durationToPredictedTimeMs = $durationToPredictedTimeMs; } /** * @return string */ public function getDurationToPredictedTimeMs() { return $this->durationToPredictedTimeMs; } /** * @param float */ public function setMatchScore($matchScore) { $this->matchScore = $matchScore; } /** * @return float */ public function getMatchScore() { return $this->matchScore; } /** * @param int */ public function setMatchedAsrStartPos($matchedAsrStartPos) { $this->matchedAsrStartPos = $matchedAsrStartPos; } /** * @return int */ public function getMatchedAsrStartPos() { return $this->matchedAsrStartPos; } /** * @param string */ public function setMatchedAsrText($matchedAsrText) { $this->matchedAsrText = $matchedAsrText; } /** * @return string */ public function getMatchedAsrText() { return $this->matchedAsrText; } /** * @param string */ public function setMatchedAsrTimeMs($matchedAsrTimeMs) { $this->matchedAsrTimeMs = $matchedAsrTimeMs; } /** * @return string */ public function getMatchedAsrTimeMs() { return $this->matchedAsrTimeMs; } /** * @param float */ public function setMatchedAsrTimeRatio($matchedAsrTimeRatio) { $this->matchedAsrTimeRatio = $matchedAsrTimeRatio; } /** * @return float */ public function getMatchedAsrTimeRatio() { return $this->matchedAsrTimeRatio; } /** * @param int */ public function setMatchedAsrTokenCount($matchedAsrTokenCount) { $this->matchedAsrTokenCount = $matchedAsrTokenCount; } /** * @return int */ public function getMatchedAsrTokenCount() { return $this->matchedAsrTokenCount; } /** * @param float */ public function setMatchedDescriptionItemIndexRatio($matchedDescriptionItemIndexRatio) { $this->matchedDescriptionItemIndexRatio = $matchedDescriptionItemIndexRatio; } /** * @return float */ public function getMatchedDescriptionItemIndexRatio() { return $this->matchedDescriptionItemIndexRatio; } /** * @param string */ public function setMatchedDescriptionText($matchedDescriptionText) { $this->matchedDescriptionText = $matchedDescriptionText; } /** * @return string */ public function getMatchedDescriptionText() { return $this->matchedDescriptionText; } /** * @param int */ public function setMatchedDescriptionTokenCount($matchedDescriptionTokenCount) { $this->matchedDescriptionTokenCount = $matchedDescriptionTokenCount; } /** * @return int */ public function getMatchedDescriptionTokenCount() { return $this->matchedDescriptionTokenCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchTextMatchInfo::class, 'Google_Service_Contentwarehouse_VideoContentSearchTextMatchInfo');