public class ObjectDetail
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ObjectDetail() |
Modifier and Type | Method and Description |
---|---|
ObjectDetailLocation |
getLocation()
Gets the location.
|
String |
getObject()
Gets the object.
|
Float |
getScore()
Gets the score.
|
public String getObject()
The label for the object.
public ObjectDetailLocation getLocation()
Defines the location of the bounding box around the object.
public Float getScore()
Confidence score for the object in the range of 0 to 1. A higher score indicates greater likelihood that the object is depicted at this location in the image.
Copyright © 2021 IBM Cloud. All rights reserved.