Skip to content

Commit a923502

Browse files
committed
Remove Python ref links for now, until new Python ref docs are published
1 parent 4108020 commit a923502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In your script, create a new [VisionSource](/python/api/azure-ai-vision/azure.ai
4848

4949
### Image buffer
5050

51-
In your script, first create an [image_source_buffer](/python/api/azure-ai-vision/azure.ai.vision.imagesourcebuffer). Get its [image_writer](/python/api/azure-ai-vision/azure.ai.vision.imagewriter) and call the **write** method to copy the image data into the writer. Then create a new [vision_source](/python/api/azure-ai-vision/azure.ai.vision.visionsource) object from your **image_source_buffer**. In the following code example, `image_buffer` is a variable of type `bytes` containing the image data.
51+
In your script, first create an **image_source_buffer**. Get its **image_writer** and call the **write** method to copy the image data into the writer. Then create a new [vision_source](/python/api/azure-ai-vision/azure.ai.vision.visionsource) object from your **image_source_buffer**. In the following code example, `image_buffer` is a variable of type `bytes` containing the image data.
5252

5353
```python
5454
image_source_buffer = sdk.ImageSourceBuffer()

0 commit comments

Comments
 (0)