public class GetSearchContextFindSimilarRequest 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.
|
Constructor and Description |
---|
GetSearchContextFindSimilarRequest(String searchContextId,
Double similarityThreshold,
Integer maxCount,
byte[] imageData,
String imageId,
String folder,
String storage)
Initializes a new instance of the GetSearchContextFindSimilarRequest class.
|
public String searchContextId
public Double similarityThreshold
public Integer maxCount
public byte[] imageData
public String imageId
public String folder
public String storage
public GetSearchContextFindSimilarRequest(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 © 2019 Aspose Pty Ltd. All rights reserved.