ImageCreateResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageCreateResult
- com.
public class ImageCreateResult
The ImageCreateResult model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Image |
image()
Get the image value. |
String |
sourceUrl()
Get the sourceUrl value. |
Image |
status()
Get the status value. |
Method Details
image
public Image image()
Get the image value.
Returns:
the image value
sourceUrl
public String sourceUrl()
Get the sourceUrl value.
Returns:
the sourceUrl value
status
public ImageCreateStatus status()
Get the status value.
Returns:
the status value