public class GetVisualObjectBoundsRequest 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 |
color
Bounds, labels, and scores text color
|
String |
folder
The folder.
|
Boolean |
includeLabel
Draw detected objects labels
|
Boolean |
includeScore
Draw detected objects scores
|
String |
method
Object detection method
|
String |
name
The image features detector.
|
String |
storage
The storage.
|
Integer |
threshold
Object detection probability threshold in percents
|
Constructor and Description |
---|
GetVisualObjectBoundsRequest(String name,
String method,
Integer threshold,
Boolean includeLabel,
Boolean includeScore,
String allowedLabels,
String blockedLabels,
String color,
String folder,
String storage)
Initializes a new instance of the GetVisualObjectBoundsRequest class.
|
public String name
public String method
public Integer threshold
public Boolean includeLabel
public Boolean includeScore
public String allowedLabels
public String blockedLabels
public String color
public String folder
public String storage
public GetVisualObjectBoundsRequest(String name, String method, Integer threshold, Boolean includeLabel, Boolean includeScore, String allowedLabels, String blockedLabels, String color, String folder, String storage)
name
- The image features detector.method
- Object detection methodthreshold
- Object detection probability threshold in percentsincludeLabel
- Draw detected objects labelsincludeScore
- Draw detected objects scoresallowedLabels
- Comma-separated list of allowed labelsblockedLabels
- Comma-separated list of blocked labelscolor
- Bounds, labels, and scores text colorfolder
- The folder.storage
- The storage.Copyright © 2021 Aspose Pty Ltd. All rights reserved.