Likelihood
class Likelihood
A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
Protobuf enum Google\Cloud\Vision\V1\Likelihood
Constants
UNKNOWN |
Unknown likelihood. Generated from protobuf enum |
VERY_UNLIKELY |
It is very unlikely that the image belongs to the specified vertical. Generated from protobuf enum |
UNLIKELY |
It is unlikely that the image belongs to the specified vertical. Generated from protobuf enum |
POSSIBLE |
It is possible that the image belongs to the specified vertical. Generated from protobuf enum |
LIKELY |
It is likely that the image belongs to the specified vertical. Generated from protobuf enum |
VERY_LIKELY |
It is very likely that the image belongs to the specified vertical. Generated from protobuf enum |