ProjectsLocationsProcessorsResource class

Constructors

ProjectsLocationsProcessorsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
humanReviewConfig ProjectsLocationsProcessorsHumanReviewConfigResource
no setter
processorVersions ProjectsLocationsProcessorsProcessorVersionsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchProcess(GoogleCloudDocumentaiV1beta3BatchProcessRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
LRO endpoint to batch process many documents.
create(GoogleCloudDocumentaiV1beta3Processor request, String parent, {String? $fields}) Future<GoogleCloudDocumentaiV1beta3Processor>
Creates a processor from the type processor that the user chose.
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(GoogleCloudDocumentaiV1beta3DisableProcessorRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Disables a processor
enable(GoogleCloudDocumentaiV1beta3EnableProcessorRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Enables a processor
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDocumentaiV1beta3ListProcessorsResponse>
Lists all processors which belong to this project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(GoogleCloudDocumentaiV1beta3ProcessRequest request, String name, {String? $fields}) Future<GoogleCloudDocumentaiV1beta3ProcessResponse>
Processes a single document.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited