ImagePerformance Class

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

public class ImagePerformance

Image performance model.

Method Summary

Modifier and Type Method and Description
DateTime created()

Get the created value.

int height()

Get the height value.

UUID id()

Get the id value.

String imageUri()

Get the imageUri value.

List<Prediction> predictions()

Get the predictions value.

List<ImageRegion> regions()

Get the regions value.

List<ImageTag> tags()

Get the tags value.

String thumbnailUri()

Get the thumbnailUri value.

int width()

Get the width value.

Method Details

created

public DateTime created()

Get the created value.

Returns:

the created value

height

public int height()

Get the height value.

Returns:

the height value

id

public UUID id()

Get the id value.

Returns:

the id value

imageUri

public String imageUri()

Get the imageUri value.

Returns:

the imageUri value

predictions

public List predictions()

Get the predictions value.

Returns:

the predictions value

regions

public List regions()

Get the regions value.

Returns:

the regions value

tags

public List tags()

Get the tags value.

Returns:

the tags value

thumbnailUri

public String thumbnailUri()

Get the thumbnailUri value.

Returns:

the thumbnailUri value

width

public int width()

Get the width value.

Returns:

the width value

Applies to