public enum LikelihoodReference documentation and code samples for the Google Cloud Vision v1 API enum Likelihood.
A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
Namespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Fields |
|
|---|---|
| Name | Description |
Likely |
It is likely. |
Possible |
It is possible. |
Unknown |
Unknown likelihood. |
Unlikely |
It is unlikely. |
VeryLikely |
It is very likely. |
VeryUnlikely |
It is very unlikely. |