View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ListEvaluationsResponse (google_api_document_ai v0.45.0)
The response from ListEvaluations.
Attributes
-
evaluations(type:list(GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Evaluation.t), default:nil) - The evaluations requested. -
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ListEvaluationsResponse{ evaluations: [GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1Evaluation.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.