Skip to content

Commit fb24374

Browse files
committed
update python sdk qs
1 parent a95cded commit fb24374

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/Computer-vision/includes/quickstarts-sdk

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/python-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ Computer Vision can read visible text in an image and convert it to a character
157157

158158
### Call the Read API
159159

160-
First, use the following code to call the **batch_read_file** method for the given image. This returns an operation ID and starts an asynchronous process to read the content of the image.
160+
First, use the following code to call the **read** method for the given image. This returns an operation ID and starts an asynchronous process to read the content of the image.
161161

162162
[!code-python[](~/cognitive-services-quickstart-code/python/ComputerVision/ComputerVisionQuickstart.py?name=snippet_read_call)]
163163

164164
### Get Read results
165165

166-
Next, get the operation ID returned from the **batch_read_file** call, and use it to query the service for operation results. The following code checks the operation at one-second intervals until the results are returned. It then prints the extracted text data to the console.
166+
Next, get the operation ID returned from the **read** call, and use it to query the service for operation results. The following code checks the operation at one-second intervals until the results are returned. It then prints the extracted text data to the console.
167167

168168
[!code-python[](~/cognitive-services-quickstart-code/python/ComputerVision/ComputerVisionQuickstart.py?name=snippet_read_response)]
169169

0 commit comments

Comments
 (0)