anchorQbstDistance = $anchorQbstDistance; } /** * @return float */ public function getAnchorQbstDistance() { return $this->anchorQbstDistance; } /** * @param float */ public function setAsrAverageBabelSimilarityScore($asrAverageBabelSimilarityScore) { $this->asrAverageBabelSimilarityScore = $asrAverageBabelSimilarityScore; } /** * @return float */ public function getAsrAverageBabelSimilarityScore() { return $this->asrAverageBabelSimilarityScore; } /** * @param float */ public function setAsrMaximumBabelSimilarityScore($asrMaximumBabelSimilarityScore) { $this->asrMaximumBabelSimilarityScore = $asrMaximumBabelSimilarityScore; } /** * @return float */ public function getAsrMaximumBabelSimilarityScore() { return $this->asrMaximumBabelSimilarityScore; } /** * @param VideoContentSearchBleurtFeatures */ public function setBleurtFeatures(VideoContentSearchBleurtFeatures $bleurtFeatures) { $this->bleurtFeatures = $bleurtFeatures; } /** * @return VideoContentSearchBleurtFeatures */ public function getBleurtFeatures() { return $this->bleurtFeatures; } /** * @param float */ public function setBleurtScore($bleurtScore) { $this->bleurtScore = $bleurtScore; } /** * @return float */ public function getBleurtScore() { return $this->bleurtScore; } /** * @param float */ public function setDescartesScoreWithTitle($descartesScoreWithTitle) { $this->descartesScoreWithTitle = $descartesScoreWithTitle; } /** * @return float */ public function getDescartesScoreWithTitle() { return $this->descartesScoreWithTitle; } /** * @param float */ public function setDescriptionAverageBabelSimilarityScore($descriptionAverageBabelSimilarityScore) { $this->descriptionAverageBabelSimilarityScore = $descriptionAverageBabelSimilarityScore; } /** * @return float */ public function getDescriptionAverageBabelSimilarityScore() { return $this->descriptionAverageBabelSimilarityScore; } /** * @param float */ public function setDescriptionMaximumBabelSimilarityScore($descriptionMaximumBabelSimilarityScore) { $this->descriptionMaximumBabelSimilarityScore = $descriptionMaximumBabelSimilarityScore; } /** * @return float */ public function getDescriptionMaximumBabelSimilarityScore() { return $this->descriptionMaximumBabelSimilarityScore; } /** * @param float */ public function setDolphinDescriptivenessScore($dolphinDescriptivenessScore) { $this->dolphinDescriptivenessScore = $dolphinDescriptivenessScore; } /** * @return float */ public function getDolphinDescriptivenessScore() { return $this->dolphinDescriptivenessScore; } /** * @param VideoContentSearchDolphinEnsembleScore[] */ public function setDolphinEnsembleScore($dolphinEnsembleScore) { $this->dolphinEnsembleScore = $dolphinEnsembleScore; } /** * @return VideoContentSearchDolphinEnsembleScore[] */ public function getDolphinEnsembleScore() { return $this->dolphinEnsembleScore; } /** * @param VideoContentSearchDolphinFeatures */ public function setDolphinFeatures(VideoContentSearchDolphinFeatures $dolphinFeatures) { $this->dolphinFeatures = $dolphinFeatures; } /** * @return VideoContentSearchDolphinFeatures */ public function getDolphinFeatures() { return $this->dolphinFeatures; } /** * @param float */ public function setDolphinScore($dolphinScore) { $this->dolphinScore = $dolphinScore; } /** * @return float */ public function getDolphinScore() { return $this->dolphinScore; } /** * @param float */ public function setDolphinUsefulnessScore($dolphinUsefulnessScore) { $this->dolphinUsefulnessScore = $dolphinUsefulnessScore; } /** * @return float */ public function getDolphinUsefulnessScore() { return $this->dolphinUsefulnessScore; } /** * @param float[] */ public function setLabelPhraseEmbedding($labelPhraseEmbedding) { $this->labelPhraseEmbedding = $labelPhraseEmbedding; } /** * @return float[] */ public function getLabelPhraseEmbedding() { return $this->labelPhraseEmbedding; } /** * @param float */ public function setMumDescriptivenessScore($mumDescriptivenessScore) { $this->mumDescriptivenessScore = $mumDescriptivenessScore; } /** * @return float */ public function getMumDescriptivenessScore() { return $this->mumDescriptivenessScore; } /** * @param float */ public function setMumUsefulnessScore($mumUsefulnessScore) { $this->mumUsefulnessScore = $mumUsefulnessScore; } /** * @return float */ public function getMumUsefulnessScore() { return $this->mumUsefulnessScore; } /** * @param float */ public function setRetentionScore($retentionScore) { $this->retentionScore = $retentionScore; } /** * @return float */ public function getRetentionScore() { return $this->retentionScore; } /** * @param NlpSaftDocument */ public function setSaftDocument(NlpSaftDocument $saftDocument) { $this->saftDocument = $saftDocument; } /** * @return NlpSaftDocument */ public function getSaftDocument() { return $this->saftDocument; } /** * @param VideoContentSearchCaptionLabelFeatures[] */ public function setTimedLabelFeatures($timedLabelFeatures) { $this->timedLabelFeatures = $timedLabelFeatures; } /** * @return VideoContentSearchCaptionLabelFeatures[] */ public function getTimedLabelFeatures() { return $this->timedLabelFeatures; } /** * @param VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp[] */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } /** * @return VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp[] */ public function getTimestamp() { return $this->timestamp; } /** * @param float */ public function setTitleAnchorBabelMatchScore($titleAnchorBabelMatchScore) { $this->titleAnchorBabelMatchScore = $titleAnchorBabelMatchScore; } /** * @return float */ public function getTitleAnchorBabelMatchScore() { return $this->titleAnchorBabelMatchScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchAnchorCommonFeatureSet::class, 'Google_Service_Contentwarehouse_VideoContentSearchAnchorCommonFeatureSet');