public class AddSearchImageRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
Folder.
|
byte[] |
imageData
Input image
|
String |
imageId
Image identifier.
|
String |
searchContextId
Search context identifier.
|
String |
storage
Storage
|
Constructor and Description |
---|
AddSearchImageRequest(String searchContextId,
String imageId,
byte[] imageData,
String folder,
String storage)
Initializes a new instance of the AddSearchImageRequest class.
|
public String searchContextId
public String imageId
public byte[] imageData
public String folder
public String storage
public AddSearchImageRequest(String searchContextId, String imageId, byte[] imageData, String folder, String storage)
searchContextId
- Search context identifier.imageId
- Image identifier.imageData
- Input imagefolder
- Folder.storage
- StorageCopyright © 2019 Aspose Pty Ltd. All rights reserved.