Google Cloud Document Ai V1 Client - Class ModelType (1.12.0)

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

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;