ImageObject Class

public class ImageObject
extends MediaObject

Defines an image.

Constructor Summary

Constructor Description
ImageObject()

Method Summary

Modifier and Type Method and Description
java.lang.String accentColor()

Get the accentColor value.

java.lang.String imageId()

Get the imageId value.

java.lang.String imageInsightsToken()

Get the imageInsightsToken value.

ImagesImageMetadata insightsMetadata()

Get the insightsMetadata value.

ImageObject thumbnail()

Get the thumbnail value.

java.lang.String visualWords()

Get the visualWords value.

Methods inherited from CreativeWork

Methods inherited from Identifiable

id

Methods inherited from MediaObject

Methods inherited from Response

Methods inherited from Thing

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

ImageObject

public ImageObject()

Method Details

accentColor

public String accentColor()

Get the accentColor value.

Returns:

the accentColor value

imageId

public String imageId()

Get the imageId value.

Returns:

the imageId value

imageInsightsToken

public String imageInsightsToken()

Get the imageInsightsToken value.

Returns:

the imageInsightsToken value

insightsMetadata

public ImagesImageMetadata insightsMetadata()

Get the insightsMetadata value.

Returns:

the insightsMetadata value

thumbnail

public ImageObject thumbnail()

Get the thumbnail value.

Returns:

the thumbnail value

visualWords

public String visualWords()

Get the visualWords value.

Returns:

the visualWords value

Applies to