Enum CollectionItem.Type (0.2.0)

public enum CollectionItem.Type extends Enum<CollectionItem.Type> implements ProtocolMessageEnum

CollectionItem types.

Protobuf enum google.cloud.visionai.v1.CollectionItem.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASSET

Asset type item.

ASSET = 1;

ASSET_VALUE

Asset type item.

ASSET = 1;

TYPE_UNSPECIFIED

The default type of item should never happen.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The default type of item should never happen.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()