Google Cloud Document Ai V1 Client - Class TrainingMethod (1.12.1)

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 \ CustomDocumentExtractionOptions

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TRAINING_METHOD_UNSPECIFIED

Value: 0

Generated from protobuf enum TRAINING_METHOD_UNSPECIFIED = 0;

MODEL_BASED

Value: 1

Generated from protobuf enum MODEL_BASED = 1;

TEMPLATE_BASED

Value: 2

Generated from protobuf enum TEMPLATE_BASED = 2;