Skip to content

Commit f9a7208

Browse files
authored
Acrolinx - spelling correction
1 parent 83b85d4 commit f9a7208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/upgrade-api-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When the call to `Get Read Operation Result` is successful, it returns a status
6363
Note the following changes to the json:
6464
* In v2.x, `Get Read Operation Result` will return the OCR recognition json when the status is `Succeeded"`. In v3.0, this field is `succeeded`.
6565
* To get the root for page array, change the json hierarchy from `recognitionResults` to `analyzeResult`/`readResults`. The per-page line and words json hierarchy remains unchanged, so no code changes are required.
66-
* The page angle `clockwiseOrientation` has been renamed to `angle` and the range has been changed from 0 - 360 degrees to -180 to 180 degrees. Depending on your code, you may or may not have to makes changes as most math functions can handle either range.
66+
* The page angle `clockwiseOrientation` has been renamed to `angle` and the range has been changed from 0 - 360 degrees to -180 to 180 degrees. Depending on your code, you may or may not have to make changes as most math functions can handle either range.
6767

6868
The v3.0 API also introduces the following improvements you can optionally leverage:
6969
* `createdDateTime` and `lastUpdatedDateTime` are added so you can track the duration of processing. See documentation for more details.

0 commit comments

Comments
 (0)