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