Skip to content

Commit

Permalink
Mark asyncBatchAnalyze as long running operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
toothache committed Mar 5, 2019
1 parent 6dc1d2c commit 51742b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"/read/core/asyncBatchAnalyze": {
"post": {
"description": "Use this interface to get the result of a Read operation, employing the state-of-the-art Optical Character Recognition (OCR) algorithms optimized for text-heavy documents. When you use the Read File interface, the response contains a field called \"Operation-Location\". The \"Operation-Location\" field contains the URL that you must use for your \"Read Operation Result\" operation to access OCR results.​",
"x-ms-long-running-operation": true,
"operationId": "BatchReadFile",
"parameters": [
{
Expand Down

0 comments on commit 51742b3

Please sign in to comment.