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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.