List Management Image Lists - Get All Image Lists
Tüm resim listelerini alır.
GET {Endpoint}/contentmoderator/lists/v1.0/imagelists
URI Parametreleri
| Name | İçinde | Gerekli | Tür | Description |
|---|---|---|---|---|
|
Endpoint
|
path | True |
string |
Desteklenen Azure Bilişsel Hizmetler uç noktaları (protokol ve https://westus.api.cognitive.microsoft.comgibi ana bilgisayar adı). |
İstek Başlığı
| Name | Gerekli | Tür | Description |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
Yanıtlar
| Name | Tür | Description |
|---|---|---|
| 200 OK |
TAMAM. |
|
| Other Status Codes |
Hata yanıtı. |
Güvenlik
Ocp-Apim-Subscription-Key
Tür:
apiKey
İçinde:
header
Örnekler
Get All Imagelists request
Örnek isteği
GET {Endpoint}/contentmoderator/lists/v1.0/imagelists
Örnek yanıt
[
{
"Id": 99083,
"Name": "RacyContentList",
"Description": "List of images with racy content.",
"Metadata": {
"Contentsource": "content source A",
"Purpose": "task A"
}
},
{
"Id": 89117,
"Name": "AbuseContentList",
"Description": "List of images with abuse content.",
"Metadata": {
"Contentsource": "content source B",
"TaggedAs": "abuse"
}
}
]
Tanımlar
| Name | Description |
|---|---|
| APIError |
API'nin döndürdüğü hata bilgileri. |
| Error |
Hata gövdesi. |
|
Image |
Görüntü listesi özellikleri. |
APIError
API'nin döndürdüğü hata bilgileri.
| Name | Tür | Description |
|---|---|---|
| Error |
Hata gövdesi. |
Error
Hata gövdesi.
| Name | Tür | Description |
|---|---|---|
| Code |
string |
|
| Message |
string |
ImageList
Görüntü listesi özellikleri.
| Name | Tür | Description |
|---|---|---|
| Description |
string |
Resim listesinin açıklaması. |
| Id |
integer |
Resim listesi kimliği. |
| Metadata |
object |
Görüntü listesi meta verileri. |
| Name |
string |
Resim listesi adı. |