Module: Google::Cloud::Vision::V1::Likelihood
- Defined in:
- proto_docs/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.
1
- UNLIKELY =
It is unlikely.
2
- POSSIBLE =
It is possible.
3
- LIKELY =
It is likely.
4
- VERY_LIKELY =
It is very likely.
5