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

Copy Markdown View Source

Response of the EvaluateProcessorVersion method.

Attributes

  • evaluation (type: String.t()) - The resource name of the created evaluation.

Summary

Types

t()

@type t() ::
  %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1EvaluateProcessorVersionResponse{
    evaluation: String.t() | nil
  }