- Learning Microsoft Cognitive Services
- Leif Larsen
- 202字
- 2021-08-13 15:40:15
Analyze an image using the Computer Vision API
The Computer Vision API allows us to process an image and retrieve information about it. It relies on advanced algorithms to analyze the content of the image in different ways, based on our needs.
Throughout this section, we will learn how to take advantage of this API. We will look at the different ways to analyze an image through standalone examples. Some of the features we will cover will also be incorporated into our end-to-end application in a later chapter.
Calling any of the APIs will return one of the following response codes:
Code Description200
Information of the extracted features in JSON format.400
Typically, this means bad request. It may be an invalid image URL, an image that is too small or too large, an invalid image format, or any other errors to do with the request body.415
Unsupported media type.500
Possible errors may include a failure to process the image, image processing timing out, or an internal server error.
推薦閱讀
- 筆記本電腦使用、維護與故障排除實戰
- 24小時學會電腦組裝與維護
- Linux KVM虛擬化架構實戰指南
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- Getting Started with Qt 5
- SiFive 經典RISC-V FE310微控制器原理與實踐
- Hands-On Artificial Intelligence for Banking
- 筆記本電腦維修技能實訓
- FPGA實戰訓練精粹
- 計算機組裝、維護與維修項目教程
- 筆記本電腦現場維修實錄
- MicroPython Cookbook
- 嵌入式系統原理:基于Arm Cortex-M微控制器體系
- 微處理器及控制電路識圖
- Hands-On Unsupervised Learning with Python