ImageObject Class

public class ImageObject extends MediaObject

Defines an image.

Method Summary

Modifier and Type Method and Description
String accentColor()

Get the accentColor value.

String imageId()

Get the imageId value.

String imageInsightsToken()

Get the imageInsightsToken value.

ImagesImageMetadata insightsMetadata()

Get the insightsMetadata value.

ImageObject thumbnail()

Get the thumbnail value.

String visualWords()

Get the visualWords value.

Inherited Members

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