entityTextCoverage = $entityTextCoverage; } /** * @return float */ public function getEntityTextCoverage() { return $this->entityTextCoverage; } /** * @param bool */ public function setInAsr($inAsr) { $this->inAsr = $inAsr; } /** * @return bool */ public function getInAsr() { return $this->inAsr; } /** * @param bool */ public function setIsDescriptionAnchor($isDescriptionAnchor) { $this->isDescriptionAnchor = $isDescriptionAnchor; } /** * @return bool */ public function getIsDescriptionAnchor() { return $this->isDescriptionAnchor; } /** * @param int */ public function setSpanToAsrTime($spanToAsrTime) { $this->spanToAsrTime = $spanToAsrTime; } /** * @return int */ public function getSpanToAsrTime() { return $this->spanToAsrTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchDescriptionAnchorFeatures::class, 'Google_Service_Contentwarehouse_VideoContentSearchDescriptionAnchorFeatures');