Document AI V1 API - Class Google::Cloud::DocumentAI::V1::Evaluation::Counters (v0.21.0)

Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::Evaluation::Counters.

Evaluation counters for the documents that were used.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#evaluated_documents_count

def evaluated_documents_count() -> ::Integer
Returns
  • (::Integer) — How many documents were used in the evaluation.

#evaluated_documents_count=

def evaluated_documents_count=(value) -> ::Integer
Parameter
  • value (::Integer) — How many documents were used in the evaluation.
Returns
  • (::Integer) — How many documents were used in the evaluation.

#failed_documents_count

def failed_documents_count() -> ::Integer
Returns
  • (::Integer) — How many documents were not included in the evaluation as Document AI failed to process them.

#failed_documents_count=

def failed_documents_count=(value) -> ::Integer
Parameter
  • value (::Integer) — How many documents were not included in the evaluation as Document AI failed to process them.
Returns
  • (::Integer) — How many documents were not included in the evaluation as Document AI failed to process them.

#input_documents_count

def input_documents_count() -> ::Integer
Returns
  • (::Integer) — How many documents were sent for evaluation.

#input_documents_count=

def input_documents_count=(value) -> ::Integer
Parameter
  • value (::Integer) — How many documents were sent for evaluation.
Returns
  • (::Integer) — How many documents were sent for evaluation.

#invalid_documents_count

def invalid_documents_count() -> ::Integer
Returns
  • (::Integer) — How many documents were not included in the evaluation as they didn't pass validation.

#invalid_documents_count=

def invalid_documents_count=(value) -> ::Integer
Parameter
  • value (::Integer) — How many documents were not included in the evaluation as they didn't pass validation.
Returns
  • (::Integer) — How many documents were not included in the evaluation as they didn't pass validation.