ImageRegionCreateBatch Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageRegionCreateBatch
- com.
public class ImageRegionCreateBatch
Batch of image region information to create.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
regions()
Get the regions value. |
Image |
withRegions(List<ImageRegionCreateEntry> regions)
Set the regions value. |
Method Details
regions
public List
Get the regions value.
Returns:
the regions value
withRegions
public ImageRegionCreateBatch withRegions(List
Set the regions value.
Parameters:
regions
- the regions value to set
Returns:
the ImageRegionCreateBatch object itself.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java