Image Class

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

public class Image

Image model to be sent as JSON.

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 originalImageUri()

Get the originalImageUri value.

List<ImageRegion> regions()

Get the regions value.

String resizedImageUri()

Get the resizedImageUri 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

originalImageUri

public String originalImageUri()

Get the originalImageUri value.

Returns:

the originalImageUri value

regions

public List regions()

Get the regions value.

Returns:

the regions value

resizedImageUri

public String resizedImageUri()

Get the resizedImageUri value.

Returns:

the resizedImageUri 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