public static interface Evaluation.CountersOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluatedDocumentsCount()
public abstract int getEvaluatedDocumentsCount()How many documents were used in the evaluation.
int32 evaluated_documents_count = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The evaluatedDocumentsCount. |
getFailedDocumentsCount()
public abstract int getFailedDocumentsCount()How many documents were not included in the evaluation as Document AI failed to process them.
int32 failed_documents_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The failedDocumentsCount. |
getInputDocumentsCount()
public abstract int getInputDocumentsCount()How many documents were sent for evaluation.
int32 input_documents_count = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The inputDocumentsCount. |
getInvalidDocumentsCount()
public abstract int getInvalidDocumentsCount()How many documents were not included in the evaluation as they didn't pass validation.
int32 invalid_documents_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The invalidDocumentsCount. |