alignmentType = $alignmentType; } /** * @return self::ALIGNMENT_TYPE_* */ public function getAlignmentType() { return $this->alignmentType; } /** * The tolerance to use when comparing coordinates. * * @param float $tolerance */ public function setTolerance($tolerance) { $this->tolerance = $tolerance; } /** * @return float */ public function getTolerance() { return $this->tolerance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule::class, 'Google_Service_Document_CloudAiDocumentaiLabHifiaToolsValidationValidatorInputValidationRuleAlignmentRule');