maxExtractiveAnswerCount = $maxExtractiveAnswerCount; } /** * @return int */ public function getMaxExtractiveAnswerCount() { return $this->maxExtractiveAnswerCount; } /** * @param int */ public function setMaxExtractiveSegmentCount($maxExtractiveSegmentCount) { $this->maxExtractiveSegmentCount = $maxExtractiveSegmentCount; } /** * @return int */ public function getMaxExtractiveSegmentCount() { return $this->maxExtractiveSegmentCount; } /** * @param int */ public function setNumNextSegments($numNextSegments) { $this->numNextSegments = $numNextSegments; } /** * @return int */ public function getNumNextSegments() { return $this->numNextSegments; } /** * @param int */ public function setNumPreviousSegments($numPreviousSegments) { $this->numPreviousSegments = $numPreviousSegments; } /** * @return int */ public function getNumPreviousSegments() { return $this->numPreviousSegments; } /** * @param bool */ public function setReturnExtractiveSegmentScore($returnExtractiveSegmentScore) { $this->returnExtractiveSegmentScore = $returnExtractiveSegmentScore; } /** * @return bool */ public function getReturnExtractiveSegmentScore() { return $this->returnExtractiveSegmentScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchRequestContentSearchSpecExtractiveContentSpec');