Class AnalyzeResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.AnalyzeResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AnalyzeResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Results for all images.
-
Constructor Summary
Constructors Constructor Description AnalyzeResponse()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AnalyzeResponse
public AnalyzeResponse()
-
-
Method Details
-
getImages
Gets the images.Analyzed images.
- Returns:
- the images
-
getWarnings
Gets the warnings.Information about what might cause less than optimal output.
- Returns:
- the warnings
-
getTrace
Gets the trace.A unique identifier of the request. Included only when an error or warning is returned.
- Returns:
- the trace
-