Cloud Vision V1 Client - Class Likelihood (1.9.2)

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

Namespace

Google \ Cloud \ Vision \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;