Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ModelType.
The possible model types of the processor version.
Protobuf type google.cloud.documentai.v1.ProcessorVersion.ModelType
Namespace
Google \ Cloud \ DocumentAI \ V1 \ ProcessorVersionMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MODEL_TYPE_UNSPECIFIED
Value: 0
The processor version has unspecified model type.
Generated from protobuf enum MODEL_TYPE_UNSPECIFIED = 0;
MODEL_TYPE_GENERATIVE
Value: 1
The processor version has generative model type.
Generated from protobuf enum MODEL_TYPE_GENERATIVE = 1;
MODEL_TYPE_CUSTOM
Value: 2
The processor version has custom model type.
Generated from protobuf enum MODEL_TYPE_CUSTOM = 2;