public class CreateVisualObjectBoundsRequest 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
|
byte[] |
imageData
Input image
|
Boolean |
includeLabel
Draw detected objects classes
|
Boolean |
includeScore
Draw detected objects scores
|
String |
method
Object detection method
|
String |
outPath
Path to updated file (if this is empty, response contains streamed image)
|
String |
storage
Your Aspose Cloud Storage name.
|
Integer |
threshold
Object detection probability threshold in percents
|
Constructor and Description |
---|
CreateVisualObjectBoundsRequest(byte[] imageData,
String method,
Integer threshold,
Boolean includeLabel,
Boolean includeScore,
String allowedLabels,
String blockedLabels,
String color,
String outPath,
String storage)
Initializes a new instance of the CreateVisualObjectBoundsRequest class.
|
public byte[] imageData
public String method
public Integer threshold
public Boolean includeLabel
public Boolean includeScore
public String allowedLabels
public String blockedLabels
public String color
public String outPath
public String storage
public CreateVisualObjectBoundsRequest(byte[] imageData, String method, Integer threshold, Boolean includeLabel, Boolean includeScore, String allowedLabels, String blockedLabels, String color, String outPath, String storage)
imageData
- Input imagemethod
- Object detection methodthreshold
- Object detection probability threshold in percentsincludeLabel
- Draw detected objects classesincludeScore
- Draw detected objects scoresallowedLabels
- Comma-separated list of allowed labelsblockedLabels
- Comma-separated list of blocked labelscolor
- Bounds, labels, and scores text coloroutPath
- Path to updated file (if this is empty, response contains streamed image)storage
- Your Aspose Cloud Storage name.Copyright © 2021 Aspose Pty Ltd. All rights reserved.