Cloud Document AI API (documentai:v1beta3)

2022-07-15

1 new method

Additions

    Methods
  • documentai.projects.locations.processorTypes.list

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists the processor types that exist.

      HTTP Method: GET

      Parameters:

        pageToken

          Type: string

          Description: Used to retrieve the next page of results, empty if at the end of the list.

          Location: query

        parent

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Description: Required. The location of processor type to list. The available processor types may depend on the allow-listing on projects. Format: `projects/{project}/locations/{location}`

          Required: Yes

        pageSize

          Type: integer

          Format: int32

          Description: 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.

          Location: query

      Flat Path: v1beta3/projects/{projectsId}/locations/{locationsId}/processorTypes

      Path: v1beta3/{+parent}/processorTypes

      Parameter Order: parent