共用方式為


Image Moderation - Match

模糊比對影像與其中一個自定義映像清單。 您可以使用 此 API 來建立和管理自訂映像清單。

傳回相符影像的標識碼和標記。

注意:您必須重新整理對應影像清單上的索引,以確保新增和移除會反映在回應中。

POST {Endpoint}/contentmoderator/moderate/v1.0/ProcessImage/Match
POST {Endpoint}/contentmoderator/moderate/v1.0/ProcessImage/Match?listId={listId}&CacheImage={CacheImage}

URI 參數

名稱 位於 必要 類型 Description
Endpoint
path True

string

支援的 Azure 認知服務端點 (通訊協定和主機名,例如 https://westus.api.cognitive.microsoft.com) 。

CacheImage
query

boolean

是否要保留提交的影像以供日後使用。 如果省略,預設值為 false。

listId
query

string

清單標識碼。

要求標頭

Media Types: "application/json", "image/gif", "image/jpeg", "image/png", "image/bmp", "image/tiff"

名稱 必要 類型 Description
Ocp-Apim-Subscription-Key True

string

回應

名稱 類型 Description
200 OK

MatchResponse

標籤的支援值為:

  • 101:Nudity
  • 102:性內容
  • 201:濃度
  • 202:飲料
  • 203:藥物
  • 301:子惡意探索
  • 401:暴力
  • 402:禁止
  • 403:Gore
  • 501:不雅內容
  • 502:Vulgarity
.
Other Status Codes

APIError

錯誤回應。

安全性

Ocp-Apim-Subscription-Key

類型: apiKey
位於: header

定義

名稱 Description
APIError

API 傳回的錯誤資訊。

Error

錯誤本文。

Match

比對詳細數據。

MatchResponse

比對要求的回應。

Status

狀態屬性。

APIError

API 傳回的錯誤資訊。

名稱 類型 Description
Error

Error

錯誤本文。

Error

錯誤本文。

名稱 類型 Description
Code

string

Message

string

Match

比對詳細數據。

名稱 類型 Description
Label

string

標籤。

MatchId

integer

比對標識碼。

Score

number

影像比對的信賴分數。

Source

string

來源。

Tags

integer[]

符合詳細數據的標記。

MatchResponse

比對要求的回應。

名稱 類型 Description
CacheID

string

快取標識碼。

IsMatch

boolean

指出是否有相符專案。

Matches

Match[]

比對詳細數據。

Status

Status

評估狀態。

TrackingId

string

追蹤標識碼。

Status

狀態屬性。

名稱 類型 Description
Code

integer

狀態碼。

Description

string

狀態描述。

Exception

string

例外狀況狀態。