public class Image
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
ImageDimensions |
getDimensions()
Gets the dimensions.
|
List<Error> |
getErrors()
Gets the errors.
|
DetectedObjects |
getObjects()
Gets the objects.
|
ImageSource |
getSource()
Gets the source.
|
public ImageSource getSource()
The source type of the image.
public ImageDimensions getDimensions()
Height and width of an image.
public DetectedObjects getObjects()
Container for the list of collections that have objects detected in an image.
Copyright © 2021 IBM Cloud. All rights reserved.