Googly. DocumentAI. Model. GoogleCloudDocumentaiV1ListEvaluationsResponse
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The response from ListEvaluations.
Attributes
-
evaluations(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Evaluation.t())) - The evaluations requested. -
next_page_token(type:String.t()) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ListEvaluationsResponse{ evaluations: [Googly.DocumentAI.Model.GoogleCloudDocumentaiV1Evaluation.t()] | nil, next_page_token: String.t() | nil }