ImageIds Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. ImageIds
- com.
public class ImageIds
Image Id properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Integer> |
contentIds()
Get the contentIds value. |
String |
contentSource()
Get the contentSource value. |
Status |
status()
Get the status value. |
String |
trackingId()
Get the trackingId value. |
Image |
withContentIds(List<Integer> contentIds)
Set the contentIds value. |
Image |
withContentSource(String contentSource)
Set the contentSource value. |
Image |
withStatus(Status status)
Set the status value. |
Image |
withTrackingId(String trackingId)
Set the trackingId value. |
Method Details
contentIds
public List
Get the contentIds value.
Returns:
contentSource
public String contentSource()
Get the contentSource value.
Returns:
status
public Status status()
Get the status value.
Returns:
trackingId
public String trackingId()
Get the trackingId value.
Returns:
withContentIds
public ImageIds withContentIds(List
Set the contentIds value.
Parameters:
Returns:
withContentSource
public ImageIds withContentSource(String contentSource)
Set the contentSource value.
Parameters:
Returns:
withStatus
public ImageIds withStatus(Status status)
Set the status value.
Parameters:
Returns:
withTrackingId
public ImageIds withTrackingId(String trackingId)
Set the trackingId value.
Parameters:
Returns:
Applies to
Azure SDK for Java