Googly. DocumentAI. Model. GoogleCloudDocumentaiV1ListProcessorTypesResponse
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Response message for the ListProcessorTypes method.
Attributes
-
next_page_token(type:String.t()) - Points to the next page, otherwise empty. -
processor_types(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorType.t())) - The processor types.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListProcessorTypesResponse{ next_page_token: String.t() | nil, processor_types: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorType.t()] | nil }