Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Registry.
The enum of the types of the Registry.
Protobuf type google.cloud.visionai.v1.Registry
Namespace
Google \ Cloud \ VisionAI \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REGISTRY_UNSPECIFIED
Value: 0Registry is unspecified.
Generated from protobuf enum REGISTRY_UNSPECIFIED = 0;
PBPUBLIC
Value: 1Public Registry containing the public Operators released by Google.
Generated from protobuf enum PUBLIC = 1;
PBPRIVATE
Value: 2Private Registry containing the local registered operators.
Generated from protobuf enum PRIVATE = 2;