ImageRegionCreateBatch Class

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

public class ImageRegionCreateBatch

Batch of image region information to create.

Method Summary

Modifier and Type Method and Description
List<ImageRegionCreateEntry> regions()

Get the regions value.

ImageRegionCreateBatch withRegions(List<ImageRegionCreateEntry> regions)

Set the regions value.

Method Details

regions

public List regions()

Get the regions value.

Returns:

the regions value

withRegions

public ImageRegionCreateBatch withRegions(List regions)

Set the regions value.

Parameters:

regions - the regions value to set

Returns:

the ImageRegionCreateBatch object itself.

Applies to