Google Cloud Vision Ai V1 Client - Class SourceType (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class SourceType.

Source type of the imported custom processor.

Protobuf type google.cloud.visionai.v1.CustomProcessorSourceInfo.SourceType

Namespace

Google \ Cloud \ VisionAI \ V1 \ CustomProcessorSourceInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SOURCE_TYPE_UNSPECIFIED

Value: 0

Source type unspecified.

Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;

VERTEX_AUTOML

Value: 1

Custom processors coming from Vertex AutoML product.

Generated from protobuf enum VERTEX_AUTOML = 1;

VERTEX_CUSTOM

Value: 2

Custom processors coming from general custom models from Vertex.

Generated from protobuf enum VERTEX_CUSTOM = 2;

PRODUCT_RECOGNIZER

Value: 3

Source for Product Recognizer.

Generated from protobuf enum PRODUCT_RECOGNIZER = 3;