public class GetObjectBoundsRequest extends Object
Modifier and Type | Field and Description |
---|---|
String |
allowedLabels
Comma-separated list of allowed labels
|
String |
blockedLabels
Comma-separated list of blocked labels
|
String |
folder
Folder
|
Boolean |
includeLabel
Return detected objects labels
|
Boolean |
includeScore
Return detected objects score
|
String |
method
Object detection method
|
String |
name
Image file name.
|
String |
storage
Storage
|
Integer |
threshold
Object detection probability threshold in percents
|
Constructor and Description |
---|
GetObjectBoundsRequest(String name,
String method,
Integer threshold,
Boolean includeLabel,
Boolean includeScore,
String allowedLabels,
String blockedLabels,
String folder,
String storage)
Initializes a new instance of the GetObjectBoundsRequest class.
|
public String name
public String method
public Integer threshold
public Boolean includeLabel
public Boolean includeScore
public String allowedLabels
public String blockedLabels
public String folder
public String storage
public GetObjectBoundsRequest(String name, String method, Integer threshold, Boolean includeLabel, Boolean includeScore, String allowedLabels, String blockedLabels, String folder, String storage)
name
- Image file name.method
- Object detection methodthreshold
- Object detection probability threshold in percentsincludeLabel
- Return detected objects labelsincludeScore
- Return detected objects scoreallowedLabels
- Comma-separated list of allowed labelsblockedLabels
- Comma-separated list of blocked labelsfolder
- Folderstorage
- StorageCopyright © 2021 Aspose Pty Ltd. All rights reserved.