You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/concept-object-detection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,6 @@ It's important to note the limitations of object detection so you can avoid or m
98
98
99
99
## Use the API
100
100
101
-
The object detection feature is part of the [Analyze Image](/rest/api/computervision/analyze-image/analyze-image?view=rest-computervision-v3.2&tabs=HTTP) API. You can call this API through a native SDK or through REST calls. Include `Objects` in the `visualFeatures` query parameter. Then, when you get the full JSON response, parse the string for the contents of the **objects** section.
101
+
The object detection feature is part of the [Analyze Image](/rest/api/computervision/analyze-image/analyze-image) API. You can call this API through a native SDK or through REST calls. Include `Objects` in the `visualFeatures` query parameter. Then, when you get the full JSON response, parse the string for the contents of the **objects** section.
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/how-to/call-read-api.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ When using the Read operation, use the following values for the optional `model-
51
51
52
52
### Input language
53
53
54
-
By default, the service extracts all text from your images or documents including mixed languages. The [Read operation](/rest/api/computervision/read/read?view=rest-computervision-v3.2-preview&tabs=HTTP) has an optional request parameter for language. Only provide a language code if you want to force the document to be processed as that specific language. Otherwise, the service might return incomplete and incorrect text.
54
+
By default, the service extracts all text from your images or documents including mixed languages. The [Read operation](/rest/api/computervision/read/read?view=rest-computervision-v3.2-preview&preserve-view=true) has an optional request parameter for language. Only provide a language code if you want to force the document to be processed as that specific language. Otherwise, the service might return incomplete and incorrect text.
55
55
56
56
### Natural reading order output (Latin languages only)
57
57
@@ -71,7 +71,7 @@ You submit either a local image or a remote image to the Read API. For local, yo
71
71
72
72
`{"url":"http://example.com/images/test.jpg"}`
73
73
74
-
The Read API's [Read call](/rest/api/computervision/read/read?view=rest-computervision-v3.2-preview&tabs=HTTP) takes an image or PDF document as the input and extracts text asynchronously.
74
+
The Read API's [Read call](/rest/api/computervision/read/read?view=rest-computervision-v3.2-preview&preserve-view=true) takes an image or PDF document as the input and extracts text asynchronously.
@@ -89,7 +89,7 @@ The call returns with a response header field called `Operation-Location`. The `
89
89
90
90
## Get results from the service
91
91
92
-
The second step is to call the [Get Read Result](/rest/api/computervision/get-read-result/get-read-result?view=rest-computervision-v3.2-preview&tabs=HTTP) operation. This operation takes as input the operation ID that was created by the Read operation.
92
+
The second step is to call the [Get Read Result](/rest/api/computervision/get-read-result/get-read-result?view=rest-computervision-v3.2-preview&preserve-view=true) operation. This operation takes as input the operation ID that was created by the Read operation.
0 commit comments