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