public class AnalyzeResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Image> |
images |
protected java.lang.String |
trace |
protected java.util.List<Warning> |
warnings |
Constructor and Description |
---|
AnalyzeResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Image> |
getImages()
Gets the images.
|
java.lang.String |
getTrace()
Gets the trace.
|
java.util.List<Warning> |
getWarnings()
Gets the warnings.
|
protected java.util.List<Image> images
protected java.util.List<Warning> warnings
protected java.lang.String trace
public java.util.List<Image> getImages()
Analyzed images.
public java.util.List<Warning> getWarnings()
Information about what might cause less than optimal output.
public java.lang.String getTrace()
A unique identifier of the request. Included only when an error or warning is returned.