Cloud Vision V1 Client - Class Likelihood (1.6.8)

Reference documentation and code samples for the Cloud Vision V1 Client class Likelihood.

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

Protobuf type google.cloud.vision.v1.Likelihood

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

UNKNOWN

Value: 0

Unknown likelihood.

Generated from protobuf enum UNKNOWN = 0;

VERY_UNLIKELY

Value: 1

It is very unlikely.

Generated from protobuf enum VERY_UNLIKELY = 1;

UNLIKELY

Value: 2

It is unlikely.

Generated from protobuf enum UNLIKELY = 2;

POSSIBLE

Value: 3

It is possible.

Generated from protobuf enum POSSIBLE = 3;

LIKELY

Value: 4

It is likely.

Generated from protobuf enum LIKELY = 4;

VERY_LIKELY

Value: 5

It is very likely.

Generated from protobuf enum VERY_LIKELY = 5;