开发者社区 > 视觉智能 > 正文

阿里云视觉智能开放平台的接口调用,求解答

我想用java本地文件上传,但是报错com.aliyun.tea.TeaException和 java.net.SocketTimeoutException: connect timed out

 Config config = new Config();
 config.accessKeyId="";
 config.accessKeySecret="";
 config.type="access_key";
 config.regionId="cn-shanghai";
 config.endpointType="internal";
 Client client = new Client(config);
 RuntimeOptions runtimeOptions = new RuntimeOptions();
 config.endpoint="ocr.cn-shanghai.aliyuncs.com";
 RecognizeIdentityCardAdvanceRequest req = new RecognizeIdentityCardAdvanceRequest();
 InputStream inputStream = new FileInputStream(new File("D:/back.jpg"));
 req.imageURLObject=inputStream;
 req.side="back";
 RecognizeIdentityCardResponse rep = client.recognizeIdentityCardAdvance(req, runtimeOptions);

使用的maven依赖是

        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>aliyun-java-sdk-core</artifactId>
            <version>4.5.9</version>
        </dependency>
        <dependency>
            <groupId>com.aliyun</groupId>
            <artifactId>ocr20191230</artifactId>
            <version>0.1.1</version>
        </dependency>

展开
收起
1184567396906954 2020-09-28 11:38:16 1108 0
1 条回答
写回答
取消 提交回答
  • 存在即是合理

    需要填充: config.accessKeyId="????"; config.accessKeySecret="????"; config.type="??????";

    2023-03-02 17:03:35
    赞同 展开评论 打赏

为开发者提供高易用、普惠的视觉API服务,帮助企业快速建立视觉智能技术应用能力的综合性视觉AI能力平台。适用于数字营销、互联网娱乐、安防、手机应用、泛金融身份认证等行业。

相关产品

  • 视觉智能开放平台
  • 热门讨论

    热门文章

    相关电子书

    更多
    阿里云视觉智能开放平台-产品介绍 立即下载
    阿里云视觉智能开放平台产品介绍 立即下载
    利用CNN实现无需联网的图像识别 立即下载