public class CompareImagesRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
The folder.
|
byte[] |
imageData
Input image
|
String |
imageId1
The first image Id in storage.
|
String |
imageId2
The second image Id in storage or null (if image loading in request).
|
String |
searchContextId
The search context identifier.
|
String |
storage
The storage.
|
public String searchContextId
public String imageId1
public byte[] imageData
public String imageId2
public String folder
public String storage
public CompareImagesRequest(String searchContextId, String imageId1, byte[] imageData, String imageId2, String folder, String storage)
searchContextId
- The search context identifier.imageId1
- The first image Id in storage.imageData
- Input imageimageId2
- The second image Id in storage or null (if image loading in request).folder
- The folder.storage
- The storage.Copyright © 2020 Aspose Pty Ltd. All rights reserved.