Try Gemini 1.5 models , the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Try Gemini 1.5 models , the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Send feedback
Method: locations.fetchProcessorTypes
Stay organized with collections
Save and categorize content based on your preferences.
Full name : projects.locations.fetchProcessorTypes
Fetches processor types. Note that we don't use ListProcessorTypes
here, because it isn't paginated.
HTTP request
GET https://{endpoint}/v1beta3/{parent}:fetchProcessorTypes
Where {endpoint}
is one of the supported service endpoints .
Path parameters
Parameters
parent
string
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
Request body
The request body must be empty.
Response body
Response message for the locations.fetchProcessorTypes
method.
If successful, the response body contains data with the following structure:
JSON representation
{
"processorTypes" : [
{
object (ProcessorType
)
}
]
}
Fields
processorTypes[]
object (ProcessorType
)
The list of processor types.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .
IAM Permissions
Requires the following IAM permission on the parent
resource:
documentai.processorTypes.list
For more information, see the IAM documentation .
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-07 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-04-07 UTC.",
"confidential": False
}