ImageRegionCreateSummary Class

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

public class ImageRegionCreateSummary

The ImageRegionCreateSummary model.

Method Summary

Modifier and Type Method and Description
List<ImageRegionCreateResult> created()

Get the created value.

List<ImageRegionCreateEntry> duplicated()

Get the duplicated value.

List<ImageRegionCreateEntry> exceeded()

Get the exceeded value.

ImageRegionCreateSummary withCreated(List<ImageRegionCreateResult> created)

Set the created value.

ImageRegionCreateSummary withDuplicated(List<ImageRegionCreateEntry> duplicated)

Set the duplicated value.

ImageRegionCreateSummary withExceeded(List<ImageRegionCreateEntry> exceeded)

Set the exceeded value.

Method Details

created

public List created()

Get the created value.

Returns:

the created value

duplicated

public List duplicated()

Get the duplicated value.

Returns:

the duplicated value

exceeded

public List exceeded()

Get the exceeded value.

Returns:

the exceeded value

withCreated

public ImageRegionCreateSummary withCreated(List created)

Set the created value.

Parameters:

created - the created value to set

Returns:

the ImageRegionCreateSummary object itself.

withDuplicated

public ImageRegionCreateSummary withDuplicated(List duplicated)

Set the duplicated value.

Parameters:

duplicated - the duplicated value to set

Returns:

the ImageRegionCreateSummary object itself.

withExceeded

public ImageRegionCreateSummary withExceeded(List exceeded)

Set the exceeded value.

Parameters:

exceeded - the exceeded value to set

Returns:

the ImageRegionCreateSummary object itself.

Applies to