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 Details

    • AnalyzeResponse

      public AnalyzeResponse()
  • Method Details

    • getImages

      public List<Image> getImages()
      Gets the images.

      Analyzed images.

      Returns:
      the images
    • getWarnings

      public List<Warning> getWarnings()
      Gets the warnings.

      Information about what might cause less than optimal output.

      Returns:
      the warnings
    • getTrace

      public String getTrace()
      Gets the trace.

      A unique identifier of the request. Included only when an error or warning is returned.

      Returns:
      the trace