Skip to content

Commit 19c7cb1

Browse files
authored
Merge pull request #94327 from tmm1/patch-1
Fix merge conflict
2 parents 0079755 + 5f6887e commit 19c7cb1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-rest-api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,7 @@ After you've called the [**Analyze document**](https://westus.dev.cognitive.micr
119119
#### GET request
120120

121121
```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-
=======
125122
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
127123
```
128124

129125
#### Examine the response

0 commit comments

Comments
 (0)