public class DeleteAIImageInfosRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
AIImageInfoIds
The IDs of the images that are submitted for AI processing.
|
| 构造器和说明 |
|---|
DeleteAIImageInfosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAIImageInfosRequest |
build(Map<String,?> map) |
String |
getAIImageInfoIds() |
DeleteAIImageInfosRequest |
setAIImageInfoIds(String AIImageInfoIds) |
@NameInMap(value="AIImageInfoIds") public String AIImageInfoIds
The IDs of the images that are submitted for AI processing. You can obtain the value of AIImageInfoId from the response to the [ListAIImageInfo](~~ListAIImageInfo~~) operation.
- You can specify a maximum of 10 IDs.
- Separate multiple IDs with commas (,).
public static DeleteAIImageInfosRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAIImageInfosRequest setAIImageInfoIds(String AIImageInfoIds)
public String getAIImageInfoIds()
Copyright © 2024. All rights reserved.