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

com.aliyun.ocr20191230.models.RecognizeAccountPageAdvanceRequest Maven / Gradle / Ivy

Go to download

Aliyun OCR SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

There is a newer version: 2.0.1
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ocr20191230.models;

import com.aliyun.tea.*;

public class RecognizeAccountPageAdvanceRequest extends TeaModel {
    @NameInMap("ImageURL")
    public java.io.InputStream imageURLObject;

    public static RecognizeAccountPageAdvanceRequest build(java.util.Map map) throws Exception {
        RecognizeAccountPageAdvanceRequest self = new RecognizeAccountPageAdvanceRequest();
        return TeaModel.build(map, self);
    }

    public RecognizeAccountPageAdvanceRequest setImageURLObject(java.io.InputStream imageURLObject) {
        this.imageURLObject = imageURLObject;
        return this;
    }
    public java.io.InputStream getImageURLObject() {
        return this.imageURLObject;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy