public class GetSearchContextFindDuplicatesRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
The folder.
|
String |
searchContextId
The search context identifier.
|
Double |
similarityThreshold
The similarity threshold.
|
String |
storage
The storage.
|
Constructor and Description |
---|
GetSearchContextFindDuplicatesRequest(String searchContextId,
Double similarityThreshold,
String folder,
String storage)
Initializes a new instance of the GetSearchContextFindDuplicatesRequest class.
|
public String searchContextId
public Double similarityThreshold
public String folder
public String storage
public GetSearchContextFindDuplicatesRequest(String searchContextId, Double similarityThreshold, String folder, String storage)
searchContextId
- The search context identifier.similarityThreshold
- The similarity threshold.folder
- The folder.storage
- The storage.Copyright © 2018 Aspose Pty Ltd. All rights reserved.