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

cn.ucloud.ocr.pojo.OcrConfig Maven / Gradle / Ivy

package cn.ucloud.ocr.pojo;

import cn.ucloud.common.pojo.Account;
import cn.ucloud.common.pojo.UcloudConfig;

/**
 * @Description : OCR 配置类
 * @Author : codezhang
 * @Date : 2019-04-19 15:23
 **/
public class OcrConfig extends UcloudConfig {

    public OcrConfig(Account account) {
        super(account);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy