public class FindSimilarImagesRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
The folder.
|
byte[] |
imageData
Input image
|
String |
imageId
The search image identifier.
|
Integer |
maxCount
The maximum count.
|
String |
searchContextId
The search context identifier.
|
Double |
similarityThreshold
The similarity threshold.
|
String |
storage
The storage.
|
public String searchContextId
public Double similarityThreshold
public Integer maxCount
public byte[] imageData
public String imageId
public String folder
public String storage
public FindSimilarImagesRequest(String searchContextId, Double similarityThreshold, Integer maxCount, byte[] imageData, String imageId, String folder, String storage)
searchContextId
- The search context identifier.similarityThreshold
- The similarity threshold.maxCount
- The maximum count.imageData
- Input imageimageId
- The search image identifier.folder
- The folder.storage
- The storage.Copyright © 2020 Aspose Pty Ltd. All rights reserved.