public class FindImagesByTagsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
folder
The folder.
|
Integer |
maxCount
The maximum count.
|
String |
searchContextId
The search context identifier.
|
Double |
similarityThreshold
The similarity threshold.
|
String |
storage
The storage.
|
String |
tags
Tags array for searching
|
public String tags
public String searchContextId
public Double similarityThreshold
public Integer maxCount
public String folder
public String storage
public FindImagesByTagsRequest(String tags, String searchContextId, Double similarityThreshold, Integer maxCount, String folder, String storage)
tags
- Tags array for searchingsearchContextId
- The search context identifier.similarityThreshold
- The similarity threshold.maxCount
- The maximum count.folder
- The folder.storage
- The storage.Copyright © 2021 Aspose Pty Ltd. All rights reserved.