List Management Image Lists - Get All Image Lists
모든 이미지 목록을 가져옵니다.
GET {Endpoint}/contentmoderator/lists/v1.0/imagelists
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
Endpoint
|
path | True |
string |
지원되는 Azure Cognitive Services 엔드포인트(프로토콜 및 호스트 이름(예: https://westus.api.cognitive.microsoft.com). |
요청 헤더
| Name | 필수 | 형식 | Description |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
응답
| Name | 형식 | Description |
|---|---|---|
| 200 OK |
그래. |
|
| Other Status Codes |
오류 응답입니다. |
보안
Ocp-Apim-Subscription-Key
형식:
apiKey
In(다음 안에):
header
예제
Get All Imagelists request
샘플 요청
GET {Endpoint}/contentmoderator/lists/v1.0/imagelists
샘플 응답
[
{
"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"
}
}
]
정의
| Name | Description |
|---|---|
| APIError |
API가 반환하는 오류 정보입니다. |
| Error |
오류 본문입니다. |
|
Image |
이미지 목록 속성입니다. |
APIError
API가 반환하는 오류 정보입니다.
| Name | 형식 | Description |
|---|---|---|
| Error |
오류 본문입니다. |
Error
오류 본문입니다.
| Name | 형식 | Description |
|---|---|---|
| Code |
string |
|
| Message |
string |
ImageList
이미지 목록 속성입니다.
| Name | 형식 | Description |
|---|---|---|
| Description |
string |
이미지 목록에 대한 설명입니다. |
| Id |
integer |
이미지 목록 ID입니다. |
| Metadata |
object |
이미지 목록 메타데이터입니다. |
| Name |
string |
이미지 목록 이름입니다. |