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

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

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ocr.models;

import com.aliyun.tea.*;

public class RecognizeAccountPageAdvanceRequest extends TeaModel {
    @NameInMap("ImageURLObject")
    @Validation(required = true)
    public java.io.InputStream imageURLObject;

    @NameInMap("ImageType")
    public Integer imageType;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy