Enum Likelihood (3.78.0)

publicenumLikelihoodextendsEnum<Likelihood>implementsProtocolMessageEnum

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

Protobuf enum google.cloud.vision.v1.Likelihood

Implements

ProtocolMessageEnum

Static Fields

Name Description
LIKELY

It is likely.

LIKELY = 4;

LIKELY_VALUE

It is likely.

LIKELY = 4;

POSSIBLE

It is possible.

POSSIBLE = 3;

POSSIBLE_VALUE

It is possible.

POSSIBLE = 3;

UNKNOWN

Unknown likelihood.

UNKNOWN = 0;

UNKNOWN_VALUE

Unknown likelihood.

UNKNOWN = 0;

UNLIKELY

It is unlikely.

UNLIKELY = 2;

UNLIKELY_VALUE

It is unlikely.

UNLIKELY = 2;

UNRECOGNIZED
VERY_LIKELY

It is very likely.

VERY_LIKELY = 5;

VERY_LIKELY_VALUE

It is very likely.

VERY_LIKELY = 5;

VERY_UNLIKELY

It is very unlikely.

VERY_UNLIKELY = 1;

VERY_UNLIKELY_VALUE

It is very unlikely.

VERY_UNLIKELY = 1;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.