class Likelihood

Bucketized representation of likelihood.

Protobuf enum Google\Cloud\Videointelligence\V1beta1\Likelihood

Constants

UNKNOWN

Unknown likelihood.

Generated from protobuf enum UNKNOWN = 0;

VERY_UNLIKELY

Very unlikely.

Generated from protobuf enum VERY_UNLIKELY = 1;

UNLIKELY

Unlikely.

Generated from protobuf enum UNLIKELY = 2;

POSSIBLE

Possible.

Generated from protobuf enum POSSIBLE = 3;

LIKELY

Likely.

Generated from protobuf enum LIKELY = 4;

VERY_LIKELY

Very likely.

Generated from protobuf enum VERY_LIKELY = 5;