Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest (googly_document_ai v0.1.0)

Copy Markdown View Source

Evaluates the given ProcessorVersion against the supplied documents.

Attributes

  • evaluation_documents (type: Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig.t()) - Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest{
    evaluation_documents:
      Googly.DocumentAI.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig.t()
      | nil
  }