POST api/OilPainting/PostOCRKeys
给OCR油画添加关键字
Request Information
URI Parameters
None.
Body Parameters
{"cid":"自增ID","keys": "关键字"}
PutOCRKeysModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cid | string |
None. |
|
| keys | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cid": "sample string 1",
"keys": "sample string 2"
}
text/html
Sample:
{"cid":"sample string 1","keys":"sample string 2"}
application/xml, text/xml
Sample:
<PutOCRKeysModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <cid>sample string 1</cid> <keys>sample string 2</keys> </PutOCRKeysModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
true/false/error
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |