ImageObject Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- MediaObject
- com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ImageObject
- com.
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. |
Images |
insightsMetadata()
Get the insightsMetadata value. |
Image |
thumbnail()
Get the thumbnail value. |
String |
visualWords()
Get the visualWords value. |
Inherited Members
Method Details
accentColor
public String accentColor()
Get the accentColor value.
Returns:
imageId
public String imageId()
Get the imageId value.
Returns:
imageInsightsToken
public String imageInsightsToken()
Get the imageInsightsToken value.
Returns:
insightsMetadata
public ImagesImageMetadata insightsMetadata()
Get the insightsMetadata value.
Returns:
thumbnail
public ImageObject thumbnail()
Get the thumbnail value.
Returns:
visualWords
public String visualWords()
Get the visualWords value.
Returns:
Applies to
Azure SDK for Java