ImageObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ResponseBase - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Identifiable - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Response - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. Thing - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. CreativeWork - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. MediaObject - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. ImageObject
- com.
- com.
- com.
- com.
- com.
- com.
- com.
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 accent |
java.lang.String |
imageId()
Get the image |
java.lang.String |
imageInsightsToken()
Get the image |
Images |
insightsMetadata()
Get the insights |
Image |
thumbnail()
Get the thumbnail value. |
java.lang.String |
visualWords()
Get the visual |
Methods inherited from CreativeWork
Methods inherited from Identifiable
Methods inherited from MediaObject
Methods inherited from Response
Methods inherited from Thing
Methods inherited from java.lang.Object
Constructor Details
ImageObject
public ImageObject()
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