public class ClassifiedImage
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ClassifiedImage() |
Modifier and Type | Method and Description |
---|---|
List<ClassifierResult> |
getClassifiers()
Gets the classifiers.
|
ErrorInfo |
getError()
Gets the error.
|
String |
getImage()
Gets the image.
|
String |
getResolvedUrl()
Gets the resolvedUrl.
|
String |
getSourceUrl()
Gets the sourceUrl.
|
public String getSourceUrl()
Source of the image before any redirects. Not returned when the image is uploaded.
public String getResolvedUrl()
Fully resolved URL of the image after redirects are followed. Not returned when the image is uploaded.
public String getImage()
Relative path of the image file if uploaded directly. Not returned when the image is passed by URL.
public ErrorInfo getError()
Information about what might have caused a failure, such as an image that is too large. Not returned when there is no error.
public List<ClassifierResult> getClassifiers()
The classifiers.
Copyright © 2021 IBM Cloud. All rights reserved.