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

panda.ex.gcloud.vision.images.Landmark 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 class Landmark {
	private LandmarkType type;
	private Position position;

	public LandmarkType getType() {
		return type;
	}
	public void setType(LandmarkType type) {
		this.type = type;
	}
	public Position getPosition() {
		return position;
	}
	public void setPosition(Position position) {
		this.position = position;
	}
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy