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

ImageRegionCreateBatch 类

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

public class ImageRegionCreateBatch

要创建的映像区域信息的批。

方法摘要

修饰符和类型 方法和描述
List<ImageRegionCreateEntry> regions()

获取区域值。

ImageRegionCreateBatch withRegions(List<ImageRegionCreateEntry> regions)

设置区域值。

方法详细信息

regions

public List regions()

获取区域值。

Returns:

区域值

withRegions

public ImageRegionCreateBatch withRegions(List regions)

设置区域值。

Parameters:

regions - 要设置的区域值

Returns:

ImageRegionCreateBatch 对象本身。

适用于