Class ImageDetailsList

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ImageDetailsList
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ImageDetailsList
extends com.ibm.cloud.sdk.core.service.model.GenericModel
List of information about the images.
  • Constructor Details

    • ImageDetailsList

      public ImageDetailsList()
  • Method Details

    • getImages

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

      The images in the collection.

      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