public class Location
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Location.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Long |
height()
Gets the height.
|
Long |
left()
Gets the left.
|
Location.Builder |
newBuilder()
New builder.
|
Long |
top()
Gets the top.
|
Long |
width()
Gets the width.
|
public Location.Builder newBuilder()
public Long top()
Y-position of top-left pixel of the bounding box.
public Long left()
X-position of top-left pixel of the bounding box.
public Long width()
Width in pixels of of the bounding box.
public Long height()
Height in pixels of the bounding box.
Copyright © 2021 IBM Cloud. All rights reserved.