document = $document; } /** * @return GoogleCloudContentwarehouseV1Document */ public function getDocument() { return $this->document; } /** * @param string[] */ public function setMatchedTokenPageIndices($matchedTokenPageIndices) { $this->matchedTokenPageIndices = $matchedTokenPageIndices; } /** * @return string[] */ public function getMatchedTokenPageIndices() { return $this->matchedTokenPageIndices; } /** * @param GoogleCloudContentwarehouseV1QAResult */ public function setQaResult(GoogleCloudContentwarehouseV1QAResult $qaResult) { $this->qaResult = $qaResult; } /** * @return GoogleCloudContentwarehouseV1QAResult */ public function getQaResult() { return $this->qaResult; } /** * @param string */ public function setSearchTextSnippet($searchTextSnippet) { $this->searchTextSnippet = $searchTextSnippet; } /** * @return string */ public function getSearchTextSnippet() { return $this->searchTextSnippet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1SearchDocumentsResponseMatchingDocument');