Class: Google::Cloud::DocumentAI::V1::EvaluateProcessorVersionResponse

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

Overview

Response of the EvaluateProcessorVersion method.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation::String

Returns The resource name of the created evaluation.

Returns:

  • (::String)

    The resource name of the created evaluation.



957
958
959
960
# File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 957

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