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

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

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

public class Image {

    private String content;
    private ImageSource source;

    public String getContent() {
        return content;
    }

    public void setContent(String content) {
        this.content = content;
    }

    public ImageSource getSource() {
        return source;
    }

    public void setSource(ImageSource source) {
        this.source = source;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy