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

Copy Markdown View Source

Response message for the ListProcessors method.

Attributes

  • next_page_token (type: String.t()) - Points to the next processor, otherwise empty.
  • processors (type: list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Processor.t())) - The list of processors.

Summary

Types

t()

@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListProcessorsResponse{
  next_page_token: String.t() | nil,
  processors:
    [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Processor.t()] | nil
}