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

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REGISTRY_UNSPECIFIED

Value: 0

Registry is unspecified.

Generated from protobuf enum REGISTRY_UNSPECIFIED = 0;

PBPUBLIC

Value: 1

Public Registry containing the public Operators released by Google.

Generated from protobuf enum PUBLIC = 1;

PBPRIVATE

Value: 2

Private Registry containing the local registered operators.

Generated from protobuf enum PRIVATE = 2;