Enum DataType (0.2.0)

public enum DataType extends Enum<DataType> implements ProtocolMessageEnum

All supported data types.

Protobuf enum google.cloud.visionai.v1.DataType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATA_TYPE_UNSPECIFIED

The default value of DataType.

DATA_TYPE_UNSPECIFIED = 0;

DATA_TYPE_UNSPECIFIED_VALUE

The default value of DataType.

DATA_TYPE_UNSPECIFIED = 0;

IMAGE

Image data type.

IMAGE = 3;

IMAGE_VALUE

Image data type.

IMAGE = 3;

PLACEHOLDER

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.

PLACEHOLDER = 4;

PLACEHOLDER_VALUE

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.

PLACEHOLDER = 4;

PROTO

Protobuf data type, usually used for general data blob.

PROTO = 2;

PROTO_VALUE

Protobuf data type, usually used for general data blob.

PROTO = 2;

UNRECOGNIZED
VIDEO

Video data type like H264.

VIDEO = 1;

VIDEO_VALUE

Video data type like H264.

VIDEO = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()