public class ObjectDetailLocation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ObjectDetailLocation() |
Modifier and Type | Method and Description |
---|---|
Long |
getHeight()
Gets the height.
|
Long |
getLeft()
Gets the left.
|
Long |
getTop()
Gets the top.
|
Long |
getWidth()
Gets the width.
|
public Long getTop()
Y-position of top-left pixel of the bounding box.
public Long getLeft()
X-position of top-left pixel of the bounding box.
public Long getWidth()
Width in pixels of of the bounding box.
public Long getHeight()
Height in pixels of the bounding box.
Copyright © 2021 IBM Cloud. All rights reserved.