Resource: ProcessorType
A processor type is responsible for performing a certain document understanding task on a certain type of document.
JSON representation |
---|
{ "name" : string , "type" : string , "category" : string , "availableLocations" : [ { object ( |
Fields | |
---|---|
name
|
The resource name of the processor type. Format: |
type
|
The processor type, such as: |
category
|
The processor category, used by UI to group processor types. |
availableLocations[]
|
The locations in which this processor is available. |
allowCreation
|
Whether the processor type allows creation. If true, users can create a processor of this processor type. Otherwise, users need to request access. |
launchStage
|
Launch stage of the processor type |
sampleDocumentUris[]
|
A set of Cloud Storage URIs of sample documents for this processor. |
LocationInfo
The location information about where the processor is available.
JSON representation |
---|
{ "locationId" : string } |
Fields | |
---|---|
locationId
|
The location ID. For supported locations, refer to regional and multi-regional support . |
Methods |
|
---|---|
|
Gets a processor type detail. |
|
Lists the processor types that exist. |