Class: Google::Cloud::DocumentAI::V1beta3::Evaluation::Counters

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/evaluation.rb

Overview

Evaluation counters for the documents that were used.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluated_documents_count::Integer

Returns How many documents were used in the evaluation.

Returns:

  • (::Integer)

    How many documents were used in the evaluation.



85
86
87
88
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85

class Counters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#failed_documents_count::Integer

Returns 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.



85
86
87
88
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85

class Counters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_documents_count::Integer

Returns How many documents were sent for evaluation.

Returns:

  • (::Integer)

    How many documents were sent for evaluation.



85
86
87
88
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85

class Counters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#invalid_documents_count::Integer

Returns 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.



85
86
87
88
# File 'proto_docs/google/cloud/documentai/v1beta3/evaluation.rb', line 85

class Counters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end