GoogleCloudDocumentaiV1TrainProcessorVersionRequest class

Request message for the TrainProcessorVersion method.

Properties

baseProcessorVersion String?
The processor version to use as a base for training.
getter/setter pair
customDocumentExtractionOptions GoogleCloudDocumentaiV1TrainProcessorVersionRequestCustomDocumentExtractionOptions?
Options to control Custom Document Extraction (CDE) Processor.
getter/setter pair
documentSchema GoogleCloudDocumentaiV1DocumentSchema?
The schema the processor version will be trained with.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputData GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData?
The input data used to train the ProcessorVersion.
getter/setter pair
processorVersion GoogleCloudDocumentaiV1ProcessorVersion?
The processor version to be created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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