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 meant to give our clients highly stable results across model upgrades.
Constant Summary collapse
- UNKNOWN =
Unknown likelihood.
0- VERY_UNLIKELY =
The image very unlikely belongs to the vertical specified.
1- UNLIKELY =
The image unlikely belongs to the vertical specified.
2- POSSIBLE =
The image possibly belongs to the vertical specified.
3- LIKELY =
The image likely belongs to the vertical specified.
4- VERY_LIKELY =
The image very likely belongs to the vertical specified.
5