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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java