public class RecognizeCovidTestReportResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
example:
noPermission
|
String |
data
example:
{"data": {"name": "张德周", "idNumber": "61240122010", "samplingDate": "2022-03-30", "samplingTime": "330", "testOrganization": "", "testItem": "", "testResult": ""}, "ftype": 0, "height": 991, "orgHeight": 998, "orgWidth": 1076, "prism_keyValueInfo": [{"key": "name", "keyProb": 100, "value": "张德周", "valuePos": [{"x": 291, "y": 465}, {"x": 473, "y": 463}, {"x": 474, "y": 526}, {"x": 291, "y": 527}], "valueProb": 100}, {"key": "idNumber", "keyProb": 91, "value": "61240122010", "valuePos": [{"x": 791, "y": 180}, {"x": 791, "y": 227}, {"x": 300, "y": 226}, {"x": 300, "y": 179}], "valueProb": 91}, {"key": "samplingDate", "keyProb": 100, "value": "2022-03-30", "valuePos": [{"x": 597, "y": 775}, {"x": 597, "y": 826}, {"x": 296, "y": 826}, {"x": 296, "y": 775}], "valueProb": 100}, {"key": "samplingTime", "keyProb": 100, "value": "330", "valuePos": [{"x": 412, "y": 684}, {"x": 413, "y": 741}, {"x": 268, "y": 742}, {"x": 268, "y": 686}], "valueProb": 100}, {"key": "testOrganization", "keyProb": 100, "value": "", "valueProb": 100}, {"key": "testItem", "keyProb": 100, "value": "", "valueProb": 100}, {"key": "testResult", "keyProb": 28, "value": "", "valuePos": [{"x": 417, "y": 873}, {"x": 417, "y": 941}, {"x": 298, "y": 941}, {"x": 298, "y": 873}], "valueProb": 28}], "sliceRect": {"x0": 0, "y0": 10, "x1": 1076, "y1": 6, "x2": 1076, "y2": 995, "x3": 0, "y3": 996}, "width": 1076}
|
String |
message
example:
You are not authorized to perform this operation.
|
String |
requestId
example:
43A29C77-405E-4CC0-BC55-EE694AD00655
|
| 构造器和说明 |
|---|
RecognizeCovidTestReportResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeCovidTestReportResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
RecognizeCovidTestReportResponseBody |
setCode(String code) |
RecognizeCovidTestReportResponseBody |
setData(String data) |
RecognizeCovidTestReportResponseBody |
setMessage(String message) |
RecognizeCovidTestReportResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
noPermission
@NameInMap(value="Data") public String data
{"data": {"name": "张德周", "idNumber": "61240122010", "samplingDate": "2022-03-30", "samplingTime": "330", "testOrganization": "", "testItem": "", "testResult": ""}, "ftype": 0, "height": 991, "orgHeight": 998, "orgWidth": 1076, "prism_keyValueInfo": [{"key": "name", "keyProb": 100, "value": "张德周", "valuePos": [{"x": 291, "y": 465}, {"x": 473, "y": 463}, {"x": 474, "y": 526}, {"x": 291, "y": 527}], "valueProb": 100}, {"key": "idNumber", "keyProb": 91, "value": "61240122010", "valuePos": [{"x": 791, "y": 180}, {"x": 791, "y": 227}, {"x": 300, "y": 226}, {"x": 300, "y": 179}], "valueProb": 91}, {"key": "samplingDate", "keyProb": 100, "value": "2022-03-30", "valuePos": [{"x": 597, "y": 775}, {"x": 597, "y": 826}, {"x": 296, "y": 826}, {"x": 296, "y": 775}], "valueProb": 100}, {"key": "samplingTime", "keyProb": 100, "value": "330", "valuePos": [{"x": 412, "y": 684}, {"x": 413, "y": 741}, {"x": 268, "y": 742}, {"x": 268, "y": 686}], "valueProb": 100}, {"key": "testOrganization", "keyProb": 100, "value": "", "valueProb": 100}, {"key": "testItem", "keyProb": 100, "value": "", "valueProb": 100}, {"key": "testResult", "keyProb": 28, "value": "", "valuePos": [{"x": 417, "y": 873}, {"x": 417, "y": 941}, {"x": 298, "y": 941}, {"x": 298, "y": 873}], "valueProb": 28}], "sliceRect": {"x0": 0, "y0": 10, "x1": 1076, "y1": 6, "x2": 1076, "y2": 995, "x3": 0, "y3": 996}, "width": 1076}
@NameInMap(value="Message") public String message
You are not authorized to perform this operation.
@NameInMap(value="RequestId") public String requestId
43A29C77-405E-4CC0-BC55-EE694AD00655
public static RecognizeCovidTestReportResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeCovidTestReportResponseBody setCode(String code)
public String getCode()
public RecognizeCovidTestReportResponseBody setData(String data)
public String getData()
public RecognizeCovidTestReportResponseBody setMessage(String message)
public String getMessage()
public RecognizeCovidTestReportResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.