GET api/GraphApi/GetCognitiveDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OCRScan| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageBlob | string |
None. |
|
| cognitiveURL | string |
None. |
|
| subscriptionKey | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ImageBlob": "sample string 1",
"cognitiveURL": "sample string 2",
"subscriptionKey": "sample string 3"
},
{
"ImageBlob": "sample string 1",
"cognitiveURL": "sample string 2",
"subscriptionKey": "sample string 3"
}
]
text/html
Sample:
[{"ImageBlob":"sample string 1","cognitiveURL":"sample string 2","subscriptionKey":"sample string 3"},{"ImageBlob":"sample string 1","cognitiveURL":"sample string 2","subscriptionKey":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfOCRScan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TammaBusinessObjects">
<OCRScan>
<ImageBlob>sample string 1</ImageBlob>
<cognitiveURL>sample string 2</cognitiveURL>
<subscriptionKey>sample string 3</subscriptionKey>
</OCRScan>
<OCRScan>
<ImageBlob>sample string 1</ImageBlob>
<cognitiveURL>sample string 2</cognitiveURL>
<subscriptionKey>sample string 3</subscriptionKey>
</OCRScan>
</ArrayOfOCRScan>