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

com.iyzipay.google.cloud.vision.model.Page 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 Page {

    private TextProperty property;
    private Double width;
    private Double height;
    private List blocks;

    public TextProperty getProperty() {
        return property;
    }

    public void setProperty(TextProperty property) {
        this.property = property;
    }

    public Double getWidth() {
        return width;
    }

    public void setWidth(Double width) {
        this.width = width;
    }

    public Double getHeight() {
        return height;
    }

    public void setHeight(Double height) {
        this.height = height;
    }

    public List getBlocks() {
        return blocks;
    }

    public void setBlocks(List blocks) {
        this.blocks = blocks;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy