View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest (google_api_document_ai v0.39.0)

Evaluates the given ProcessorVersion against the supplied documents.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest{
    evaluationDocuments:
      GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1BatchDocumentsInputConfig.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.