evaluatedDocumentsCount = $evaluatedDocumentsCount; } /** * @return int */ public function getEvaluatedDocumentsCount() { return $this->evaluatedDocumentsCount; } /** * @param int */ public function setFailedDocumentsCount($failedDocumentsCount) { $this->failedDocumentsCount = $failedDocumentsCount; } /** * @return int */ public function getFailedDocumentsCount() { return $this->failedDocumentsCount; } /** * @param int */ public function setInputDocumentsCount($inputDocumentsCount) { $this->inputDocumentsCount = $inputDocumentsCount; } /** * @return int */ public function getInputDocumentsCount() { return $this->inputDocumentsCount; } /** * @param int */ public function setInvalidDocumentsCount($invalidDocumentsCount) { $this->invalidDocumentsCount = $invalidDocumentsCount; } /** * @return int */ public function getInvalidDocumentsCount() { return $this->invalidDocumentsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1EvaluationCounters::class, 'Google_Service_Document_GoogleCloudDocumentaiV1EvaluationCounters');