public class CreateImageFeaturesRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
folder
The folder.
|
byte[] |
imageData
Input image
|
String |
imageId
The image identifier.
|
String |
imagesFolder
Images source - a folder
|
String |
searchContextId
The search context identifier.
|
String |
storage
The storage.
|
public String searchContextId
public byte[] imageData
public String imageId
public String imagesFolder
public String folder
public String storage
public CreateImageFeaturesRequest(String searchContextId, byte[] imageData, String imageId, String imagesFolder, String folder, String storage)
searchContextId - The search context identifier.imageData - Input imageimageId - The image identifier.imagesFolder - Images source - a folderfolder - The folder.storage - The storage.Copyright © 2025 Aspose Pty Ltd. All rights reserved.