Image Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Image
- com.
public class Image
Image Properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
additionalInfo()
Get the additionalInfo value. |
String |
contentId()
Get the contentId value. |
Status |
status()
Get the status value. |
String |
trackingId()
Get the trackingId value. |
Image |
withAdditionalInfo(List<ImageAdditionalInfoItem> additionalInfo)
Set the additionalInfo value. |
Image |
withContentId(String contentId)
Set the contentId value. |
Image |
withStatus(Status status)
Set the status value. |
Image |
withTrackingId(String trackingId)
Set the trackingId value. |
Method Details
additionalInfo
public List
Get the additionalInfo value.
Returns:
contentId
public String contentId()
Get the contentId value.
Returns:
status
public Status status()
Get the status value.
Returns:
trackingId
public String trackingId()
Get the trackingId value.
Returns:
withAdditionalInfo
public Image withAdditionalInfo(List
Set the additionalInfo value.
Parameters:
Returns:
withContentId
public Image withContentId(String contentId)
Set the contentId value.
Parameters:
Returns:
withStatus
public Image withStatus(Status status)
Set the status value.
Parameters:
Returns:
withTrackingId
public Image withTrackingId(String trackingId)
Set the trackingId value.
Parameters:
Returns:
Applies to
Azure SDK for Java