Google Cloud Document Ai V1 Client - Class TrainingMethod (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Document Ai V1 Client class TrainingMethod.
Training Method for CDE. TRAINING_METHOD_UNSPECIFIED will fall back to
MODEL_BASED.
Protobuf type google.cloud.documentai.v1.TrainProcessorVersionRequest.CustomDocumentExtractionOptions.TrainingMethod
Namespace
Google \ Cloud \ DocumentAI \ V1 \ TrainProcessorVersionRequest \ CustomDocumentExtractionOptionsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRAINING_METHOD_UNSPECIFIED
Value: 0Generated from protobuf enum TRAINING_METHOD_UNSPECIFIED = 0;
MODEL_BASED
Value: 1Generated from protobuf enum MODEL_BASED = 1;
TEMPLATE_BASED
Value: 2Generated from protobuf enum TEMPLATE_BASED = 2;