Cloud Video Intelligence V1 Client - Class Likelihood (1.14.2)

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

Bucketized representation of likelihood.

Protobuf type google.cloud.videointelligence.v1.Likelihood

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

LIKELIHOOD_UNSPECIFIED

Value: 0

Unspecified likelihood.

Generated from protobuf enum LIKELIHOOD_UNSPECIFIED = 0;

VERY_UNLIKELY

Value: 1

Very unlikely.

Generated from protobuf enum VERY_UNLIKELY = 1;

UNLIKELY

Value: 2

Unlikely.

Generated from protobuf enum UNLIKELY = 2;

POSSIBLE

Value: 3

Possible.

Generated from protobuf enum POSSIBLE = 3;

LIKELY

Value: 4

Likely.

Generated from protobuf enum LIKELY = 4;

VERY_LIKELY

Value: 5

Very likely.

Generated from protobuf enum VERY_LIKELY = 5;