public class CreateImageSearchRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
detector
The image features detector.
|
String |
folder
The folder.
|
String |
matchingAlgorithm
The matching algorithm.
|
String |
storage
The storage.
|
Constructor and Description |
---|
CreateImageSearchRequest(String detector,
String matchingAlgorithm,
String folder,
String storage)
Initializes a new instance of the CreateImageSearchRequest class.
|
public String detector
public String matchingAlgorithm
public String folder
public String storage
public CreateImageSearchRequest(String detector, String matchingAlgorithm, String folder, String storage)
detector
- The image features detector.matchingAlgorithm
- The matching algorithm.folder
- The folder.storage
- The storage.Copyright © 2020 Aspose Pty Ltd. All rights reserved.