panda.ex.gcloud.vision.images.Likelihood Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-tube Show documentation
Show all versions of panda-tube Show documentation
Panda Tube is a Web Service API client for WordPress XML-RPC, Google Vision API, etc.
The newest version!
package panda.ex.gcloud.vision.images;
public enum Likelihood {
UNKNOWN, // Unknown likelihood.
VERY_UNLIKELY, // It is very unlikely that the image belongs to the specified vertical.
UNLIKELY, // It is unlikely that the image belongs to the specified vertical.
POSSIBLE, // It is possible that the image belongs to the specified vertical.
LIKELY, //It is likely that the image belongs to the specified vertical.
VERY_LIKELY
}