Reference documentation and code samples for the Google Cloud Document Ai V1 Client class Counters.
Evaluation counters for the documents that were used.
Generated from protobuf message google.cloud.documentai.v1.Evaluation.Counters
Namespace
Google \ Cloud \ DocumentAI \ V1 \ EvaluationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ input_documents_count
int
How many documents were sent for evaluation.
↳ invalid_documents_count
int
How many documents were not included in the evaluation as they didn't pass validation.
↳ failed_documents_count
int
How many documents were not included in the evaluation as Document AI failed to process them.
↳ evaluated_documents_count
int
How many documents were used in the evaluation.
getInputDocumentsCount
How many documents were sent for evaluation.
int
setInputDocumentsCount
How many documents were sent for evaluation.
var
int
$this
getInvalidDocumentsCount
How many documents were not included in the evaluation as they didn't pass validation.
int
setInvalidDocumentsCount
How many documents were not included in the evaluation as they didn't pass validation.
var
int
$this
getFailedDocumentsCount
How many documents were not included in the evaluation as Document AI failed to process them.
int
setFailedDocumentsCount
How many documents were not included in the evaluation as Document AI failed to process them.
var
int
$this
getEvaluatedDocumentsCount
How many documents were used in the evaluation.
int
setEvaluatedDocumentsCount
How many documents were used in the evaluation.
var
int
$this