- 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.
推薦閱讀
- Istio入門與實戰
- Linux KVM虛擬化架構實戰指南
- FPGA從入門到精通(實戰篇)
- 分布式微服務架構:原理與實戰
- OUYA Game Development by Example
- 筆記本電腦維修300問
- OpenGL Game Development By Example
- 分布式存儲系統:核心技術、系統實現與Go項目實戰
- 零基礎輕松學修電腦主板
- Service Mesh微服務架構設計
- 施耐德M241/251可編程序控制器應用技術
- Exceptional C++:47個C++工程難題、編程問題和解決方案(中文版)
- 微型計算機原理及應用教程(第2版)
- Mastering Unity 2D Game Development
- The Complete Guide to DAZ Studio 4