Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ProcessorType.
Type
Protobuf type google.cloud.visionai.v1.Processor.ProcessorType
Namespace
Google \ Cloud \ VisionAI \ V1 \ ProcessorMethods
static::name
value
mixed
static::value
name
mixed
Constants
PROCESSOR_TYPE_UNSPECIFIED
Value: 0
Processor Type UNSPECIFIED.
Generated from protobuf enum PROCESSOR_TYPE_UNSPECIFIED = 0;
PRETRAINED
Value: 1
Processor Type PRETRAINED.
Pretrained processor is developed by Vision AI App Platform with state-of-the-art vision data processing functionality, like occupancy counting or person blur. Pretrained processor is usually publicly available.
Generated from protobuf enum PRETRAINED = 1;
CUSTOM
Value: 2
Processor Type CUSTOM.
Custom processors are specialized processors which are either uploaded by customers or imported from other GCP platform (for example Vertex AI). Custom processor is only visible to the creator.
Generated from protobuf enum CUSTOM = 2;
CONNECTOR
Value: 3
Processor Type CONNECTOR.
Connector processors are special processors which perform I/O for the application, they do not processing the data but either deliver the data to other processors or receive data from other processors.
Generated from protobuf enum CONNECTOR = 3;

