Required. The location of processor types to list. Format: projects/{project}/locations/{location}. It takes the form projects/{project}/locations/{location}.
Authorization requires the following IAM permission on the specified resource parent:
documentai.processorTypes.list
Query parameters
Parameters
pageSize
integer
The maximum number of processor types to return. If unspecified, at most 100 processor types will be returned. The maximum value is 500. Values above 500 will be coerced to 500.
pageToken
string
Used to retrieve the next page of results, empty if at the end of the list.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-07 UTC."],[[["This webpage documents the `projects.locations.processorTypes.list` method, which allows users to retrieve a list of available processor types."],["The HTTP request is a `GET` request to the specified endpoint and parent path, formatted as `projects/{project}/locations/{location}`."],["The method supports query parameters for `pageSize`, which determines the maximum number of processor types returned, and `pageToken`, which is used for pagination."],["Successful requests return a JSON response containing an array of `processorTypes` and a `nextPageToken` for subsequent pages."],["Authentication requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `documentai.processorTypes.list` IAM permission on the specified parent resource."]]],[]]