ImageKnowledge Class

public class ImageKnowledge
extends Response

The ImageKnowledge model.

Constructor Summary

Constructor Description
ImageKnowledge()

Method Summary

Modifier and Type Method and Description
ImageObject image()

Get the image value.

java.util.List<ImageTag> tags()

Get the tags value.

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ImageKnowledge

public ImageKnowledge()

Method Details

image

public ImageObject image()

Get the image value.

Returns:

the image value

tags

public List tags()

Get the tags value.

Returns:

the tags value

Applies to