- Learning Microsoft Cognitive Services
- Leif Larsen
- 262字
- 2021-08-13 15:40:18
Diving deep into the Face API
The Face API has two main features. The first one is face detection and the other is face recognition.
Face detection allows us to detect up to 64 faces in one image. We have already seen the basic usage. The features of face recognition are implied in its name: using it, we can detect whether two faces belong to the same person. We can find similar faces, or one in particular, and we can group similar faces. We will learn how to do all of this in the following sections.
When calling any of the APIs, it will respond with one of the following responses:
Code Description200
Successful call. It returns an array containing data related to the API call.400
Request body is invalid. This can be a number of errors, depending on the API call. Typically, the request code is invalid.401
Access denied because of an invalid subscription key. The key may be wrong or the account/subscription plan may be blocked.403
Out of call volume data. You have made all the available calls to the API for this month.415
Invalid media type.429
Rate limit is exceeded. You will need to wait a period of time (less than one minute in the free preview) before you try again.
推薦閱讀
- 基于Proteus和Keil的C51程序設計項目教程(第2版):理論、仿真、實踐相融合
- 辦公通信設備維修
- Effective STL中文版:50條有效使用STL的經驗(雙色)
- 單片機原理及應用系統設計
- Mastering Manga Studio 5
- Apple Motion 5 Cookbook
- 嵌入式系統中的模擬電路設計
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- 筆記本電腦維修實踐教程
- Spring Cloud微服務和分布式系統實踐
- 單片機原理及應用:基于C51+Proteus仿真
- FL Studio Cookbook
- Python Machine Learning Blueprints
- 新編電腦組裝與硬件維修從入門到精通
- USB應用分析精粹:從設備硬件、固件到主機端程序設計