Vision AI V1 API - Module Google::Cloud::VisionAI::V1::Processor::ProcessorType (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API module Google::Cloud::VisionAI::V1::Processor::ProcessorType.

Type

Constants

PROCESSOR_TYPE_UNSPECIFIED

value: 0
Processor Type UNSPECIFIED.

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.

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.

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.