Person Group Operations - Train Person Group
提交人員群組訓練工作。 訓練是「識別人員群組」只能使用訓練人員群組的重要步驟。
定型工作是異步工作。 訓練時間取決於人員參賽人數,以及他們在人員群組中的臉部。 可能是幾秒到幾分鐘。 若要檢查訓練狀態,請使用「取得人員群組訓練狀態」。
POST {endpoint}/face/{apiVersion}/persongroups/{personGroupId}/train
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
api
|
path | True |
string |
API 版本 |
endpoint
|
path | True |
string uri |
支持的認知服務端點(通訊協定和主機名,例如:https://{resource-name}.cognitiveservices.azure.com)。 |
person
|
path | True |
string |
容器的標識碼。 Regex 模式: |
回應
名稱 | 類型 | Description |
---|---|---|
202 Accepted |
成功的呼叫會傳回空的回應本文。 標題 operation-Location: string |
|
Other Status Codes |
未預期的錯誤回應。 標題 x-ms-error-code: string |
安全性
Ocp-Apim-Subscription-Key
Azure AI 臉部訂用帳戶的秘密密鑰。
類型:
apiKey
位於:
header
AADToken
Azure Active Directory OAuth2 流程
類型:
oauth2
Flow:
accessCode
授權 URL:
https://api.example.com/oauth2/authorize
權杖 URL:
https://api.example.com/oauth2/token
範圍
名稱 | Description |
---|---|
https://cognitiveservices.azure.com/.default |
範例
Train PersonGroup
範例要求
POST {endpoint}/face/v1.2-preview.1/persongroups/your_person_group_id/train
範例回覆
operation-Location: https://contoso.com/operationstatus
定義
名稱 | Description |
---|---|
Face |
error 物件。 如需臉部服務所傳回錯誤碼和訊息的完整詳細數據,請參閱下列連結:https://aka.ms/face-error-codes-and-messages。 |
Face |
包含錯誤詳細數據的回應。 |
FaceError
error 物件。 如需臉部服務所傳回錯誤碼和訊息的完整詳細數據,請參閱下列連結:https://aka.ms/face-error-codes-and-messages。
名稱 | 類型 | Description |
---|---|---|
code |
string |
其中一組伺服器定義的錯誤碼。 |
message |
string |
錯誤的人類可讀取表示法。 |
FaceErrorResponse
包含錯誤詳細數據的回應。
名稱 | 類型 | Description |
---|---|---|
error |
error 物件。 |