maxFrameSimilarityInterval = $maxFrameSimilarityInterval; } /** * @return VideoContentSearchFrameSimilarityInterval */ public function getMaxFrameSimilarityInterval() { return $this->maxFrameSimilarityInterval; } /** * @param string */ public function setNormalizedTopic($normalizedTopic) { $this->normalizedTopic = $normalizedTopic; } /** * @return string */ public function getNormalizedTopic() { return $this->normalizedTopic; } /** * @param VideoContentSearchQbstTermsOverlapFeatures */ public function setQbstTermsOverlapFeatures(VideoContentSearchQbstTermsOverlapFeatures $qbstTermsOverlapFeatures) { $this->qbstTermsOverlapFeatures = $qbstTermsOverlapFeatures; } /** * @return VideoContentSearchQbstTermsOverlapFeatures */ public function getQbstTermsOverlapFeatures() { return $this->qbstTermsOverlapFeatures; } /** * @param VideoContentSearchRankEmbedNearestNeighborsFeatures */ public function setRankembedNearestNeighborsFeatures(VideoContentSearchRankEmbedNearestNeighborsFeatures $rankembedNearestNeighborsFeatures) { $this->rankembedNearestNeighborsFeatures = $rankembedNearestNeighborsFeatures; } /** * @return VideoContentSearchRankEmbedNearestNeighborsFeatures */ public function getRankembedNearestNeighborsFeatures() { return $this->rankembedNearestNeighborsFeatures; } /** * @param VideoContentSearchSaftEntityInfo */ public function setSaftEntityInfo(VideoContentSearchSaftEntityInfo $saftEntityInfo) { $this->saftEntityInfo = $saftEntityInfo; } /** * @return VideoContentSearchSaftEntityInfo */ public function getSaftEntityInfo() { return $this->saftEntityInfo; } /** * @param float[] */ public function setTopicDenseVector($topicDenseVector) { $this->topicDenseVector = $topicDenseVector; } /** * @return float[] */ public function getTopicDenseVector() { return $this->topicDenseVector; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchMultimodalTopicTrainingFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchMultimodalTopicTrainingFeatures');