We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0079755 + 5f6887e commit 19c7cb1Copy full SHA for 19c7cb1
articles/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md
@@ -119,11 +119,7 @@ After you've called the [**Analyze document**](https://westus.dev.cognitive.micr
119
#### GET request
120
121
```bash
122
-<<<<<<< HEAD
123
-curl -v -X GET "{endpoint}/formrecognizer/documentModels/{model name}/analyzeResults/{resultId}?api-version=2022-06-30-preview" -H "Ocp-Apim-Subscription-Key: {key}"
124
-=======
125
curl -v -X GET "{endpoint}/formrecognizer/documentModels/{modelID}/analyzeResults/{resultId}?api-version=2022-06-30-preview" -H "Ocp-Apim-Subscription-Key: {key}"
126
->>>>>>> resolve-merge-conflict
127
```
128
129
#### Examine the response
0 commit comments