public enum Likelihood extends Enum<Likelihood> implements ProtocolMessageEnumA bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
Protobuf enum google.cloud.vision.v1p2beta1.Likelihood
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| LIKELY | It is likely that the image belongs to the specified vertical. |
| LIKELY_VALUE | It is likely that the image belongs to the specified vertical. |
| POSSIBLE | It is possible that the image belongs to the specified vertical. |
| POSSIBLE_VALUE | It is possible that the image belongs to the specified vertical. |
| UNKNOWN | Unknown likelihood. |
| UNKNOWN_VALUE | Unknown likelihood. |
| UNLIKELY | It is unlikely that the image belongs to the specified vertical. |
| UNLIKELY_VALUE | It is unlikely that the image belongs to the specified vertical. |
| UNRECOGNIZED | |
| VERY_LIKELY | It is very likely that the image belongs to the specified vertical. |
| VERY_LIKELY_VALUE | It is very likely that the image belongs to the specified vertical. |
| VERY_UNLIKELY | It is very unlikely that the image belongs to the specified vertical. |
| VERY_UNLIKELY_VALUE | It is very unlikely that the image belongs to the specified vertical. |
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() |