All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.ex.gcloud.vision.images.Likelihood Maven / Gradle / Ivy

Go to download

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy