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

com.iyzipay.google.cloud.vision.model.CropHintsAnnotation Maven / Gradle / Ivy

There is a newer version: 1.0.18
Show newest version
package com.iyzipay.google.cloud.vision.model;

import java.util.List;

public class CropHintsAnnotation {

    private List cropHints;

    public List getCropHints() {
        return cropHints;
    }

    public void setCropHints(List cropHints) {
        this.cropHints = cropHints;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy