Class ImageDetails

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

public class ImageDetails
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about an image.
  • Constructor Details

    • ImageDetails

      public ImageDetails()
  • Method Details

    • getImageId

      public String getImageId()
      Gets the imageId.

      The identifier of the image.

      Returns:
      the imageId
    • getUpdated

      public Date getUpdated()
      Gets the updated.

      Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.

      Returns:
      the updated
    • getCreated

      public Date getCreated()
      Gets the created.

      Date and time in Coordinated Universal Time (UTC) that the image was created.

      Returns:
      the created
    • getSource

      public ImageSource getSource()
      Gets the source.

      The source type of the image.

      Returns:
      the source
    • getDimensions

      public ImageDimensions getDimensions()
      Gets the dimensions.

      Height and width of an image.

      Returns:
      the dimensions
    • getErrors

      public List<Error> getErrors()
      Gets the errors.

      Details about the errors.

      Returns:
      the errors
    • getTrainingData

      public TrainingDataObjects getTrainingData()
      Gets the trainingData.

      Training data for all objects.

      Returns:
      the trainingData