ProjectsLocationsProcessorsResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  batchProcess(GoogleCloudDocumentaiV1BatchProcessRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  LRO endpoint to batch process many documents.
  
- 
  create(GoogleCloudDocumentaiV1Processor request, String parent, {String? $fields})
    → Future<GoogleCloudDocumentaiV1Processor>
  
  
- 
  Creates a processor from the ProcessorType provided.
  
- 
  delete(String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Deletes the processor, unloads all deployed model artifacts if it was
enabled and then deletes all artifacts associated with this processor.
  
- 
  disable(GoogleCloudDocumentaiV1DisableProcessorRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Disables a processor
  
- 
  enable(GoogleCloudDocumentaiV1EnableProcessorRequest request, String name, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Enables a processor
  
- 
  get(String name, {String? $fields})
    → Future<GoogleCloudDocumentaiV1Processor>
  
  
- 
  Gets a processor detail.
  
- 
  list(String parent, {int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudDocumentaiV1ListProcessorsResponse>
  
  
- 
  Lists all processors which belong to this project.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  process(GoogleCloudDocumentaiV1ProcessRequest request, String name, {String? $fields})
    → Future<GoogleCloudDocumentaiV1ProcessResponse>
  
  
- 
  Processes a single document.
  
- 
  setDefaultProcessorVersion(GoogleCloudDocumentaiV1SetDefaultProcessorVersionRequest request, String processor, {String? $fields})
    → Future<GoogleLongrunningOperation>
  
  
- 
  Set the default (active) version of a Processor that will be used in
ProcessDocument and BatchProcessDocuments.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited