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

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DataType.

All supported data types.

Protobuf type google.cloud.visionai.v1.DataType

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

The default value of DataType.

Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;

VIDEO

Value: 1

Video data type like H264.

Generated from protobuf enum VIDEO = 1;

IMAGE

Value: 3

Image data type.

Generated from protobuf enum IMAGE = 3;

PROTO

Value: 2

Protobuf data type, usually used for general data blob.

Generated from protobuf enum PROTO = 2;

PLACEHOLDER

Value: 4

A placeholder data type, applicable for the universal input processor which supports any data type. This will be instantiated and replaced by a concrete underlying DataType during instance deployment.

Generated from protobuf enum PLACEHOLDER = 4;