class Likelihood

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

Protobuf enum Google\Cloud\Vision\V1\Likelihood

Constants

UNKNOWN

Unknown likelihood.

Generated from protobuf enum UNKNOWN = 0;

VERY_UNLIKELY

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

Generated from protobuf enum VERY_UNLIKELY = 1;

UNLIKELY

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

Generated from protobuf enum UNLIKELY = 2;

POSSIBLE

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

Generated from protobuf enum POSSIBLE = 3;

LIKELY

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

Generated from protobuf enum LIKELY = 4;

VERY_LIKELY

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

Generated from protobuf enum VERY_LIKELY = 5;