public class Result extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getDirection() |
String |
getError_code() |
String |
getError_msg() |
String |
getJson() |
Integer |
getLanguage() |
String |
getLog_id() |
itez.ai.baidu.ocr.entity.Result.Probability |
getProbability() |
Integer |
getWords_result_num() |
List<itez.ai.baidu.ocr.entity.Result.WordsResult> |
getWords_result() |
public Result(String json)
public String getJson()
public String getLog_id()
public Integer getWords_result_num()
public List<itez.ai.baidu.ocr.entity.Result.WordsResult> getWords_result()
public itez.ai.baidu.ocr.entity.Result.Probability getProbability()
public Integer getDirection()
public Integer getLanguage()
public String getError_code()
public String getError_msg()
Copyright © 2020. All rights reserved.