Snapshot - Get
擷取快照集的相關信息。 只有取得快照集的來源訂用帳戶才能存取快照集,以及快照集 - 擷取中 applyScope 中包含的目標訂用帳戶。
GET {Endpoint}/face/v1.0-preview/snapshots/{snapshotId}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
Endpoint
|
path | True |
string |
支援的認知服務端點 (通訊協定和主機名,例如: https://westus.api.cognitive.microsoft.com) 。 |
snapshot
|
path | True |
string uuid |
參考特定快照集的標識碼。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
成功的呼叫會傳回快照集的資訊。 |
|
Other Status Codes |
錯誤回應。 |
安全性
Ocp-Apim-Subscription-Key
類型:
apiKey
位於:
header
範例
Get snapshot example
範例要求
GET {Endpoint}/face/v1.0-preview/snapshots/e58b3f08-1e8b-4165-81df-aa9858f233dc
範例回覆
{
"id": "e58b3f08-1e8b-4165-81df-aa9858f233dc",
"account": "/subscriptions/f9b96b36-1f5e-4021-8959-51527e26e6d3/resourceGroups/TestRG/providers/Microsoft.CognitiveServices/accounts/FaceTest01",
"type": "FaceList",
"applyScope": [
"35230F59-AA9C-45E0-AB5E-C859BF1A5429",
"64084E07-9B7F-4A98-BEA4-9986D3A1EDEB"
],
"userData": "User-provided data attached to the snapshot.",
"createdTime": "2018-12-25T11:41:02.2331413Z",
"lastUpdateTime": "2018-12-25T11:51:27.8705696Z"
}
定義
名稱 | Description |
---|---|
APIError |
API 傳回的錯誤資訊 |
Error |
錯誤本文。 |
Snapshot |
Snapshot 物件。 快照集 API 會將您的資料移至您為資源選取的地理位置外,移至美國西部、西歐和東南亞。 |
Snapshot |
快照集中來源對象的類型,由呼叫 Snapshot - Take 時建立快照集的訂閱者所指定。 目前支援FaceList、PersonGroup、LargeFaceList和 LargePersonGroup。 |
APIError
API 傳回的錯誤資訊
名稱 | 類型 | Description |
---|---|---|
error |
錯誤本文。 |
Error
錯誤本文。
名稱 | 類型 | Description |
---|---|---|
code |
string |
|
message |
string |
Snapshot
Snapshot 物件。 快照集 API 會將您的資料移至您為資源選取的地理位置外,移至美國西部、西歐和東南亞。
名稱 | 類型 | Description |
---|---|---|
account |
string |
依快照集建立快照集的訂閱者 Azure 認知服務臉部帳戶標識碼 - 擷取。 |
applyScope |
string[] |
快照集的目標臉部訂用帳戶標識碼陣列,由呼叫快照集 - 擷取時建立快照集的使用者所指定。 對於每個快照集,只有套用快照集範圍中包含的訂用帳戶 - 擷取可以套用它。 |
createdTime |
string |
描述快照集建立時間的合併UTC日期和時間字串。 例如 2018-12-25T11:41:02.2331413Z。 |
id |
string |
快照集標識碼。 |
lastUpdateTime |
string |
合併的 UTC 日期和時間字串,描述快照集建立或更新快照集 - 更新的上次時間。 例如 2018-12-25T11:51:27.8705696Z。 |
type |
快照集中來源對象的類型,由呼叫 Snapshot - Take 時建立快照集的訂閱者所指定。 目前支援FaceList、PersonGroup、LargeFaceList和 LargePersonGroup。 |
|
userData |
string |
用戶針對任何用途指定快照集的相關數據。 長度不應超過 16 KB。 |
SnapshotObjectType
快照集中來源對象的類型,由呼叫 Snapshot - Take 時建立快照集的訂閱者所指定。 目前支援FaceList、PersonGroup、LargeFaceList和 LargePersonGroup。
名稱 | 類型 | Description |
---|---|---|
FaceList |
string |
|
LargeFaceList |
string |
|
LargePersonGroup |
string |
|
PersonGroup |
string |