ImageRegionCreateBatch 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateBatch
- com.
public class ImageRegionCreateBatch
要创建的映像区域信息的批。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
|
List<Image |
regions()
获取区域值。 |
|
Image |
withRegions(List<ImageRegionCreateEntry> regions)
设置区域值。 |
方法详细信息
regions
public List
获取区域值。
Returns:
区域值
withRegions
public ImageRegionCreateBatch withRegions(List
设置区域值。
Parameters:
regions
- 要设置的区域值
Returns:
ImageRegionCreateBatch 对象本身。