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

Copy Markdown View Source

Response message associated with the ExportProcessorVersion operation.

Attributes

  • gcs_uri (type: String.t()) - The Cloud Storage URI containing the output artifacts.

Summary

Types

t()

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