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 Summary
Constructors Constructor Description ImageDetails()
-
Method Summary
Modifier and Type Method Description Date
getCreated()
Gets the created.ImageDimensions
getDimensions()
Gets the dimensions.List<Error>
getErrors()
Gets the errors.String
getImageId()
Gets the imageId.ImageSource
getSource()
Gets the source.TrainingDataObjects
getTrainingData()
Gets the trainingData.Date
getUpdated()
Gets the updated.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ImageDetails
public ImageDetails()
-
-
Method Details
-
getImageId
Gets the imageId.The identifier of the image.
- Returns:
- the imageId
-
getUpdated
Gets the updated.Date and time in Coordinated Universal Time (UTC) that the image was most recently updated.
- Returns:
- the updated
-
getCreated
Gets the created.Date and time in Coordinated Universal Time (UTC) that the image was created.
- Returns:
- the created
-
getSource
Gets the source.The source type of the image.
- Returns:
- the source
-
getDimensions
Gets the dimensions.Height and width of an image.
- Returns:
- the dimensions
-
getErrors
Gets the errors.Details about the errors.
- Returns:
- the errors
-
getTrainingData
Gets the trainingData.Training data for all objects.
- Returns:
- the trainingData
-