Class ImageDimensions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ImageDimensions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ImageDimensions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Height and width of an image.
-
Constructor Summary
Constructors Constructor Description ImageDimensions()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ImageDimensions
public ImageDimensions()
-
-
Method Details
-
getHeight
Gets the height.Height in pixels of the image.
- Returns:
- the height
-
getWidth
Gets the width.Width in pixels of the image.
- Returns:
- the width
-