computeStyleInfo = $computeStyleInfo; } /** * @return bool */ public function getComputeStyleInfo() { return $this->computeStyleInfo; } /** * @param bool */ public function setEnableMathOcr($enableMathOcr) { $this->enableMathOcr = $enableMathOcr; } /** * @return bool */ public function getEnableMathOcr() { return $this->enableMathOcr; } /** * @param bool */ public function setEnableSelectionMarkDetection($enableSelectionMarkDetection) { $this->enableSelectionMarkDetection = $enableSelectionMarkDetection; } /** * @return bool */ public function getEnableSelectionMarkDetection() { return $this->enableSelectionMarkDetection; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1OcrConfigPremiumFeatures::class, 'Google_Service_Document_GoogleCloudDocumentaiV1OcrConfigPremiumFeatures');