Module: Google::Cloud::Vision::V1::Likelihood
- Defined in:
 - lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb
 
Overview
A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
Constant Summary collapse
- UNKNOWN =
          
Unknown likelihood.
 0- VERY_UNLIKELY =
          
It is very unlikely that the image belongs to the specified vertical.
 1- UNLIKELY =
          
It is unlikely that the image belongs to the specified vertical.
 2- POSSIBLE =
          
It is possible that the image belongs to the specified vertical.
 3- LIKELY =
          
It is likely that the image belongs to the specified vertical.
 4- VERY_LIKELY =
          
It is very likely that the image belongs to the specified vertical.
 5