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 \ CustomProcessorSourceInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_TYPE_UNSPECIFIED
Value: 0Source type unspecified.
Generated from protobuf enum SOURCE_TYPE_UNSPECIFIED = 0;
VERTEX_AUTOML
Value: 1Custom processors coming from Vertex AutoML product.
Generated from protobuf enum VERTEX_AUTOML = 1;
VERTEX_CUSTOM
Value: 2Custom processors coming from general custom models from Vertex.
Generated from protobuf enum VERTEX_CUSTOM = 2;
PRODUCT_RECOGNIZER
Value: 3Source for Product Recognizer.
Generated from protobuf enum PRODUCT_RECOGNIZER = 3;