Skip to content

Commit 75e07d8

Browse files
committed
Mention Python bytes object
1 parent c7ac619 commit 75e07d8

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
@@ -43,7 +43,7 @@ You can use the following sample image URL.
4343

4444
### Image buffer
4545

46-
Alternatively, you can pass in the image as a data array. For example, read from a local image file you want to analyze.
46+
Alternatively, you can pass in the image as [bytes](https://docs.python.org/3/library/stdtypes.html#bytes-objects) object. For example, read from a local image file you want to analyze.
4747

4848
[!code-python[](~/cognitive-services-quickstart-code/python/ComputerVision/4-0/how-to.py?name=snippet_file)]
4949

0 commit comments

Comments
 (0)