backgroundEncodingPath = $backgroundEncodingPath; } /** * @return string */ public function getBackgroundEncodingPath() { return $this->backgroundEncodingPath; } /** * @param string */ public function setDescartesModelVersion($descartesModelVersion) { $this->descartesModelVersion = $descartesModelVersion; } /** * @return string */ public function getDescartesModelVersion() { return $this->descartesModelVersion; } /** * @param float */ public function setDescartesScoreThreshold($descartesScoreThreshold) { $this->descartesScoreThreshold = $descartesScoreThreshold; } /** * @return float */ public function getDescartesScoreThreshold() { return $this->descartesScoreThreshold; } /** * @param VideoContentSearchDolphinScoringConfig */ public function setDolphinConfig(VideoContentSearchDolphinScoringConfig $dolphinConfig) { $this->dolphinConfig = $dolphinConfig; } /** * @return VideoContentSearchDolphinScoringConfig */ public function getDolphinConfig() { return $this->dolphinConfig; } /** * @param string */ public function setEnsembleModelPath($ensembleModelPath) { $this->ensembleModelPath = $ensembleModelPath; } /** * @return string */ public function getEnsembleModelPath() { return $this->ensembleModelPath; } /** * @param float */ public function setEnsembleModelScoreThreshold($ensembleModelScoreThreshold) { $this->ensembleModelScoreThreshold = $ensembleModelScoreThreshold; } /** * @return float */ public function getEnsembleModelScoreThreshold() { return $this->ensembleModelScoreThreshold; } /** * @param float */ public function setMinEntityTopicalityScore($minEntityTopicalityScore) { $this->minEntityTopicalityScore = $minEntityTopicalityScore; } /** * @return float */ public function getMinEntityTopicalityScore() { return $this->minEntityTopicalityScore; } /** * @param float */ public function setMinQuestionDistance($minQuestionDistance) { $this->minQuestionDistance = $minQuestionDistance; } /** * @return float */ public function getMinQuestionDistance() { return $this->minQuestionDistance; } /** * @param string */ public function setRelatedQuestionsSstablePath($relatedQuestionsSstablePath) { $this->relatedQuestionsSstablePath = $relatedQuestionsSstablePath; } /** * @return string */ public function getRelatedQuestionsSstablePath() { return $this->relatedQuestionsSstablePath; } /** * @param string */ public function setSpanDurationSecs($spanDurationSecs) { $this->spanDurationSecs = $spanDurationSecs; } /** * @return string */ public function getSpanDurationSecs() { return $this->spanDurationSecs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchQnaAnchorSetFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchQnaAnchorSetFeatures');