
com.iyzipay.google.cloud.vision.model.CropHintsParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-cloud-vision Show documentation
Show all versions of google-cloud-vision Show documentation
Google Cloud Vision Java Client
package com.iyzipay.google.cloud.vision.model;
import java.util.List;
public class CropHintsParams {
private List aspectRatios;
public List getAspectRatios() {
return aspectRatios;
}
public void setAspectRatios(List aspectRatios) {
this.aspectRatios = aspectRatios;
}
}