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, used to list available processor types."],["The HTTP request to list processor types is a `GET` request to the URL `https://{endpoint}/v1/{parent}/processorTypes`, where the `parent` path parameter specifies the location in the format `projects/{project}/locations/{location}`."],["The method supports query parameters `pageSize` to limit the number of returned results (up to 500) and `pageToken` to navigate through paginated results."],["The response provides a list of processor types in the field `processorTypes` and a `nextPageToken` in case of pagination."],["Authorization requires the `documentai.processorTypes.list` IAM permission on the specified `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]