Enum Likelihood (3.1.0)

public enum Likelihood extends Enum<Likelihood> implements ProtocolMessageEnum

A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.

Protobuf enum google.cloud.vision.v1p3beta1.Likelihood

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LIKELY

It is likely that the image belongs to the specified vertical.

LIKELY = 4;

LIKELY_VALUE

It is likely that the image belongs to the specified vertical.

LIKELY = 4;

POSSIBLE

It is possible that the image belongs to the specified vertical.

POSSIBLE = 3;

POSSIBLE_VALUE

It is possible that the image belongs to the specified vertical.

POSSIBLE = 3;

UNKNOWN

Unknown likelihood.

UNKNOWN = 0;

UNKNOWN_VALUE

Unknown likelihood.

UNKNOWN = 0;

UNLIKELY

It is unlikely that the image belongs to the specified vertical.

UNLIKELY = 2;

UNLIKELY_VALUE

It is unlikely that the image belongs to the specified vertical.

UNLIKELY = 2;

UNRECOGNIZED
VERY_LIKELY

It is very likely that the image belongs to the specified vertical.

VERY_LIKELY = 5;

VERY_LIKELY_VALUE

It is very likely that the image belongs to the specified vertical.

VERY_LIKELY = 5;

VERY_UNLIKELY

It is very unlikely that the image belongs to the specified vertical.

VERY_UNLIKELY = 1;

VERY_UNLIKELY_VALUE

It is very unlikely that the image belongs to the specified vertical.

VERY_UNLIKELY = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()