你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageCreateResult Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.ImageCreateResult

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.

ImageCreateStatus 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