public class ImageProcessed extends Object
VisualRecognition
Constructor and Description |
---|
ImageProcessed() |
Modifier and Type | Method and Description |
---|---|
ImageProcessingError |
getError()
Gets the error.
|
String |
getImage()
Gets the image.
|
String |
getResolvedUrl()
Gets the resolved url.
|
String |
getSourceUrl()
Gets the source url.
|
void |
setError(ImageProcessingError error)
Sets the error.
|
void |
setImage(String image)
Sets the image.
|
void |
setResolvedUrl(String resolvedUrl)
Sets the resolved url.
|
void |
setSourceUrl(String sourceUrl)
Sets the source url.
|
public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
sourceUrl
- The source_urlpublic String getResolvedUrl()
public void setResolvedUrl(String resolvedUrl)
resolvedUrl
- The resolved_urlpublic String getImage()
public void setImage(String image)
image
- The imagepublic ImageProcessingError getError()
public void setError(ImageProcessingError error)
error
- The errorCopyright © 2015–2016 IBM Watson. All rights reserved.