advancedOcrOptions = $advancedOcrOptions; } /** * @return string[] */ public function getAdvancedOcrOptions() { return $this->advancedOcrOptions; } /** * @param bool */ public function setComputeStyleInfo($computeStyleInfo) { $this->computeStyleInfo = $computeStyleInfo; } /** * @return bool */ public function getComputeStyleInfo() { return $this->computeStyleInfo; } /** * @param bool */ public function setDisableCharacterBoxesDetection($disableCharacterBoxesDetection) { $this->disableCharacterBoxesDetection = $disableCharacterBoxesDetection; } /** * @return bool */ public function getDisableCharacterBoxesDetection() { return $this->disableCharacterBoxesDetection; } /** * @param bool */ public function setEnableImageQualityScores($enableImageQualityScores) { $this->enableImageQualityScores = $enableImageQualityScores; } /** * @return bool */ public function getEnableImageQualityScores() { return $this->enableImageQualityScores; } /** * @param bool */ public function setEnableNativePdfParsing($enableNativePdfParsing) { $this->enableNativePdfParsing = $enableNativePdfParsing; } /** * @return bool */ public function getEnableNativePdfParsing() { return $this->enableNativePdfParsing; } /** * @param bool */ public function setEnableSymbol($enableSymbol) { $this->enableSymbol = $enableSymbol; } /** * @return bool */ public function getEnableSymbol() { return $this->enableSymbol; } /** * @param GoogleCloudDocumentaiV1OcrConfigHints */ public function setHints(GoogleCloudDocumentaiV1OcrConfigHints $hints) { $this->hints = $hints; } /** * @return GoogleCloudDocumentaiV1OcrConfigHints */ public function getHints() { return $this->hints; } /** * @param GoogleCloudDocumentaiV1OcrConfigPremiumFeatures */ public function setPremiumFeatures(GoogleCloudDocumentaiV1OcrConfigPremiumFeatures $premiumFeatures) { $this->premiumFeatures = $premiumFeatures; } /** * @return GoogleCloudDocumentaiV1OcrConfigPremiumFeatures */ public function getPremiumFeatures() { return $this->premiumFeatures; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1OcrConfig::class, 'Google_Service_Document_GoogleCloudDocumentaiV1OcrConfig');