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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java